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

converting 1987 logbook

This commit is contained in:
2022-12-20 19:59:36 +00:00
parent dc3a61addd
commit 05df2e084c
2 changed files with 134 additions and 19 deletions

View File

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