summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-02-17 01:39:00 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2020-02-17 01:39:00 +0000
commita88f326ee64c028a61cdbc4636f422cfb8fcb793 (patch)
treedd456eb1aa6e3b5e03b3131df644b3aeb4ec7460
parent56618dbe6587cfdb35017d257a9870c40b34b408 (diff)
downloadtroggle-a88f326ee64c028a61cdbc4636f422cfb8fcb793.tar.gz
troggle-a88f326ee64c028a61cdbc4636f422cfb8fcb793.tar.bz2
troggle-a88f326ee64c028a61cdbc4636f422cfb8fcb793.zip
added year 2019 to logbook parsing
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 68b5ff1..e6f1546 100644
--- a/settings.py
+++ b/settings.py
@@ -60,6 +60,7 @@ DEFAULT_LOGBOOK_PARSER = "Parseloghtmltxt"
DEFAULT_LOGBOOK_FILE = "logbook.html"
LOGBOOK_PARSER_SETTINGS = {
+ "2019": ("2019/logbook.html", "Parseloghtmltxt"),
"2018": ("2018/logbook.html", "Parseloghtmltxt"),
"2017": ("2017/logbook.html", "Parseloghtmltxt"),
"2016": ("2016/logbook.html", "Parseloghtmltxt"),