summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-07-07 19:07:45 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-07-07 19:07:45 +0100
commit71b5383090def8219964d814b0870dbac65a2849 (patch)
tree66900074ccec4024052cd33e1011bad9c108a39d /settings.py
parent52afb9f46627ea59ef2c588e923b960db5291e4f (diff)
downloadtroggle-71b5383090def8219964d814b0870dbac65a2849.tar.gz
troggle-71b5383090def8219964d814b0870dbac65a2849.tar.bz2
troggle-71b5383090def8219964d814b0870dbac65a2849.zip
parse 2006 logbook from html
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index b4b9778..4ac2cc2 100644
--- a/settings.py
+++ b/settings.py
@@ -70,7 +70,8 @@ LOGBOOK_PARSER_SETTINGS = {
"2009": ("2009/2009logbook.txt", "Parselogwikitxt"),
"2008": ("2008/2008logbook.txt", "Parselogwikitxt"),
"2007": ("2007/logbook.html", "Parseloghtmltxt"),
- "2006": ("2006/logbook/logbook_06.txt", "Parselogwikitxt"),
+# "2006": ("2006/logbook/logbook_06.txt", "Parselogwikitxt"),
+ "2006": ("2006/logbook.html", "Parseloghtmltxt"),
"2005": ("2005/logbook.html", "Parseloghtmltxt"),
"2004": ("2004/logbook.html", "Parseloghtmltxt"),
"2003": ("2003/logbook.html", "Parseloghtml03"),