summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index 9cc945c..3723ce3 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -41,10 +41,10 @@ def import_logbooks():
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbooks()
-def import_logbook(year=2003):
+def import_logbook(year=2019):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
- troggle.parsers.logbooks.LoadLogbook(year)
+ troggle.parsers.logbooks.LoadLogbook(year, format="blog")
def import_QMs():
print("-- Importing old QMs for 161, 204, 234 from CSV files")