summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-21 02:05:26 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-21 02:05:26 +0000
commitec040824f632ca31e074fdba4dc535a10785ab75 (patch)
tree6f5a6a7125dd08d77eaeb0c05ce43944e3c46c6c /parsers/imports.py
parent517da57a0cecf3a8c50cea72c6df3690c506e08b (diff)
downloadtroggle-ec040824f632ca31e074fdba4dc535a10785ab75.tar.gz
troggle-ec040824f632ca31e074fdba4dc535a10785ab75.tar.bz2
troggle-ec040824f632ca31e074fdba4dc535a10785ab75.zip
fix frontmatter/endmatter
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 4b531bc..ac671dc 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=1989):
+def import_logbook(year=1992):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)