From a88f326ee64c028a61cdbc4636f422cfb8fcb793 Mon Sep 17 00:00:00 2001
From: Philip Sargent <philip.sargent@klebos.com>
Date: Mon, 17 Feb 2020 01:39:00 +0000
Subject: [PATCH] added year 2019 to logbook parsing

---
 settings.py | 1 +
 1 file changed, 1 insertion(+)

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"),