From 71b5383090def8219964d814b0870dbac65a2849 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 7 Jul 2020 19:07:45 +0100 Subject: parse 2006 logbook from html --- settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'settings.py') 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"), -- cgit v1.2.3