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

Parser fixed to work on 2023 UKcaving blog

This commit is contained in:
2023-08-31 00:09:02 +03:00
parent df86103407
commit 069a1d57c9
3 changed files with 29 additions and 16 deletions

View File

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