summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-26 21:52:56 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-26 21:52:56 +0000
commita321625f3525c7e34e07607170f59498c67e2710 (patch)
tree7dd418b5f51ea284a82db189ba07c8b58f9c656a /parsers/imports.py
parent0c4ce6dc3ce0e2acfa1049d292fe9e0046acee5d (diff)
downloadtroggle-a321625f3525c7e34e07607170f59498c67e2710.tar.gz
troggle-a321625f3525c7e34e07607170f59498c67e2710.tar.bz2
troggle-a321625f3525c7e34e07607170f59498c67e2710.zip
fix number of entries expected
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 7be9ab6..c1de034 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -40,7 +40,7 @@ def import_logbooks():
troggle.parsers.logbooks.LoadLogbooks()
-def import_logbook(year=1996):
+def import_logbook(year=2022):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)