From 43a98b4421a2be343007bcf6722982cf8c86370f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 19 Dec 2022 00:33:32 +0000 Subject: Not quite getting all the blog post contents --- parsers/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/imports.py') 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(): -- cgit v1.2.3