summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-27 23:21:07 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-27 23:21:07 +0000
commite01bd39609ba14232544125cb78ecd3c2ba99ea7 (patch)
treedd08088940044c91cec910b34bef60018169f4ca /parsers/imports.py
parent6565b3f9c4d93c72f2fd0e7d49b24adaf9f94b9c (diff)
downloadtroggle-e01bd39609ba14232544125cb78ecd3c2ba99ea7.tar.gz
troggle-e01bd39609ba14232544125cb78ecd3c2ba99ea7.tar.bz2
troggle-e01bd39609ba14232544125cb78ecd3c2ba99ea7.zip
refactored logbooks parser
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 c1de034..050d5ea 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -40,7 +40,7 @@ def import_logbooks():
troggle.parsers.logbooks.LoadLogbooks()
-def import_logbook(year=2022):
+def import_logbook(year=2016):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)