summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-20 16:38:32 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-20 16:38:32 +0000
commitdc3a61addd2440fc024d50adf6ba3369858ced3e (patch)
tree8510e8859a9f11bef3b69b272332ec311f6be583 /parsers/imports.py
parent9169abdb0549c35462fc5583bd62ee53921cd0e9 (diff)
downloadtroggle-dc3a61addd2440fc024d50adf6ba3369858ced3e.tar.gz
troggle-dc3a61addd2440fc024d50adf6ba3369858ced3e.tar.bz2
troggle-dc3a61addd2440fc024d50adf6ba3369858ced3e.zip
convert old logbooks to modern format
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index e44a2f0..e445a2a 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -41,7 +41,7 @@ def import_logbooks():
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbooks()
-def import_logbook(year=2019):
+def import_logbook(year=1982):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)