fix number of entries expected

This commit is contained in:
2023-01-26 21:52:56 +00:00
parent 0c4ce6dc3c
commit a321625f35
2 changed files with 4 additions and 4 deletions

View File

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