2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 20:37:09 +00:00

logbooks correct numberss of entries expected

This commit is contained in:
2022-12-23 22:13:43 +00:00
parent a71c616afd
commit 194470841e
3 changed files with 2 additions and 8 deletions

View File

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