mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 12:37:07 +00:00
converting 1988 logboog
This commit is contained in:
@@ -41,7 +41,7 @@ def import_logbooks():
|
||||
with transaction.atomic():
|
||||
troggle.parsers.logbooks.LoadLogbooks()
|
||||
|
||||
def import_logbook(year=1987):
|
||||
def import_logbook(year=1988):
|
||||
print(f"-- Importing Logbook {year}")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.logbooks.LoadLogbook(year)
|
||||
|
||||
Reference in New Issue
Block a user