summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2020-04-12 23:03:00 +0100
committerPhilip Sargent <philip.sargent@gmail.com>2020-04-12 23:03:00 +0100
commite08b4275a9b9612d3ce1d14b4c66dd4d54c7f986 (patch)
tree587b01e8abe2732aabea3f31fbff1d315fc39d92 /settings.py
parentac9f3cf061981a801327b02d29b35eb9777705d4 (diff)
downloadtroggle-e08b4275a9b9612d3ce1d14b4c66dd4d54c7f986.tar.gz
troggle-e08b4275a9b9612d3ce1d14b4c66dd4d54c7f986.tar.bz2
troggle-e08b4275a9b9612d3ce1d14b4c66dd4d54c7f986.zip
2010 is html format not wiki format.
Or at least, now it is.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index e6f1546..6710e72 100644
--- a/settings.py
+++ b/settings.py
@@ -69,7 +69,7 @@ LOGBOOK_PARSER_SETTINGS = {
"2013": ("2013/logbook.html", "Parseloghtmltxt"),
"2012": ("2012/logbook.html", "Parseloghtmltxt"),
"2011": ("2011/logbook.html", "Parseloghtmltxt"),
- "2010": ("2010/logbook.html", "Parselogwikitxt"),
+ "2010": ("2010/logbook.html", "Parseloghtmltxt"),
"2009": ("2009/2009logbook.txt", "Parselogwikitxt"),
"2008": ("2008/2008logbook.txt", "Parselogwikitxt"),
"2007": ("2007/logbook.html", "Parseloghtmltxt"),