convert old logbooks to modern format

This commit is contained in:
2022-12-20 16:38:32 +00:00
parent 9169abdb05
commit dc3a61addd
5 changed files with 9 additions and 9 deletions

View File

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