2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 13:47:07 +00:00

fix frontmatter/endmatter

This commit is contained in:
2022-12-21 02:05:26 +00:00
parent 517da57a0c
commit ec040824f6
3 changed files with 61 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ def import_logbooks():
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbooks()
def import_logbook(year=1989):
def import_logbook(year=1992):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)