From daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 22:27:01 +0100 Subject: replace assert() with message logging --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 98a9016..46bbbcd 100644 --- a/settings.py +++ b/settings.py @@ -76,6 +76,7 @@ LOGBOOK_PARSER_SETTINGS = { "2009": ("2009/2009logbook.txt", "Parselogwikitxt"), "2008": ("2008/2008logbook.txt", "Parselogwikitxt"), "2007": ("2007/logbook.html", "Parseloghtmltxt"), + "2006": ("2006/logbook.html", "Parseloghtmltxt"), # "2006": ("2006/logbook/logbook_06.txt", "Parselogwikitxt"), "2006": ("2006/logbook.html", "Parseloghtmltxt"), "2005": ("2005/logbook.html", "Parseloghtmltxt"), -- cgit v1.2.3