2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:49:50 +00:00

chnage logbook default to 2024

This commit is contained in:
2024-08-10 08:37:25 +01:00
parent 517d27458c
commit 1203b51530
2 changed files with 2 additions and 2 deletions

View File

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