summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-26 21:33:06 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-26 21:33:06 +0000
commit733765802e4f2b2c3d8c1bb2d0c4a86ca3c5f39d (patch)
tree8912fbef1e2d7d8bda19fd9576b239ba516ca5b3 /parsers/imports.py
parent1be3a3892cbaeceeeea3bbcad0d3f323f5a3f630 (diff)
downloadtroggle-733765802e4f2b2c3d8c1bb2d0c4a86ca3c5f39d.tar.gz
troggle-733765802e4f2b2c3d8c1bb2d0c4a86ca3c5f39d.tar.bz2
troggle-733765802e4f2b2c3d8c1bb2d0c4a86ca3c5f39d.zip
reformatted all old logbook formats
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..7be9ab6 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=1996):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)