summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-20 23:48:56 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-20 23:48:56 +0000
commit517da57a0cecf3a8c50cea72c6df3690c506e08b (patch)
tree0275a1fa2dc137e6f338e08eaff2bbb081571dd5 /parsers/imports.py
parent5ee3ebad3ecb14a70f75690d78f2b89ac9e19621 (diff)
downloadtroggle-517da57a0cecf3a8c50cea72c6df3690c506e08b.tar.gz
troggle-517da57a0cecf3a8c50cea72c6df3690c506e08b.tar.bz2
troggle-517da57a0cecf3a8c50cea72c6df3690c506e08b.zip
All broken logbooks now parsing correctly.
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 ffe6851..4b531bc 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=1988):
+def import_logbook(year=1989):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)