2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 17:27:10 +00:00

reformatted all old logbook formats

This commit is contained in:
2023-01-26 21:33:06 +00:00
parent 1be3a3892c
commit 733765802e
2 changed files with 129 additions and 155 deletions

View File

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