mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 10:38:25 +00:00
SHould be nearly working, but crashes on saving edited entry
This commit is contained in:
@@ -43,7 +43,7 @@ def import_logbooks():
|
||||
with transaction.atomic():
|
||||
troggle.parsers.logbooks.LoadLogbooks()
|
||||
|
||||
def import_logbook(year=2024):
|
||||
def import_logbook(year=2025):
|
||||
print(f"-- Importing Logbook {year}")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.logbooks.LoadLogbook(year)
|
||||
|
||||
Reference in New Issue
Block a user