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

All broken logbooks now parsing correctly.

This commit is contained in:
2022-12-20 23:48:56 +00:00
parent 5ee3ebad3e
commit 517da57a0c
2 changed files with 4 additions and 136 deletions

View File

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