diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 22:27:01 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 22:27:01 +0100 |
commit | daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd (patch) | |
tree | cd133a50d9a0fba265b6b07b6ff66cf01cce655a /settings.py | |
parent | 2467065ac35e17938750f1d977ecf799f529ee07 (diff) | |
download | troggle-daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd.tar.gz troggle-daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd.tar.bz2 troggle-daf58e9e45b5c2d94cbdcd00d9883cfa6b01c6dd.zip |
replace assert() with message logging
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |