summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-20 21:53:56 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-20 21:53:56 +0000
commit5ee3ebad3ecb14a70f75690d78f2b89ac9e19621 (patch)
tree2bf42481e30bd2389057b568714aac94949ced9a /parsers/imports.py
parent05df2e084ca125230c6e71ec4eac18ff239b0ded (diff)
downloadtroggle-5ee3ebad3ecb14a70f75690d78f2b89ac9e19621.tar.gz
troggle-5ee3ebad3ecb14a70f75690d78f2b89ac9e19621.tar.bz2
troggle-5ee3ebad3ecb14a70f75690d78f2b89ac9e19621.zip
converting 1988 logboog
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 2f318b8..ffe6851 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=1987):
+def import_logbook(year=1988):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)