diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-19 00:33:32 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-19 00:33:32 +0000 |
commit | 43a98b4421a2be343007bcf6722982cf8c86370f (patch) | |
tree | 5c41c05b6b69c55ef016537a16946c68627b8046 /parsers/imports.py | |
parent | f1d5df9933b23a8fdc55005f7ea44d5c8fd96094 (diff) | |
download | troggle-43a98b4421a2be343007bcf6722982cf8c86370f.tar.gz troggle-43a98b4421a2be343007bcf6722982cf8c86370f.tar.bz2 troggle-43a98b4421a2be343007bcf6722982cf8c86370f.zip |
Not quite getting all the blog post contents
Diffstat (limited to 'parsers/imports.py')
-rw-r--r-- | parsers/imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py index 825f46c..a253964 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=2009): +def import_logbook(year=2022): print(f"-- Importing Logbook {year}") print(f"-- - commented out") with transaction.atomic(): |