summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-23 23:32:59 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-23 23:32:59 +0000
commit5bbb363f12c691ead1dce423dc4836cbd7470c84 (patch)
tree7e23593786dbebddf2ab75ecc140afc9f9baecfb /parsers/logbooks.py
parent0e29cdd48cb4e2abcae82cf084847e77773257ad (diff)
downloadtroggle-5bbb363f12c691ead1dce423dc4836cbd7470c84.tar.gz
troggle-5bbb363f12c691ead1dce423dc4836cbd7470c84.tar.bz2
troggle-5bbb363f12c691ead1dce423dc4836cbd7470c84.zip
Adding docstrings, deleting unused code
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 881f424..8501b89 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -66,8 +66,8 @@ LOGBOOK_PARSER_SETTINGS = {
"1997": ("log.htm", "parser_html_01"),
"1996": ("log.htm", "parser_html_01"),
"1995": ("log.htm", "parser_html_01"),
- "1994": ("log.htm", "parser_html_01"),
- "1993": ("log.htm", "parser_html_01"),
+ "1994": ("logbook.html", "parser_html"),
+ "1993": ("logbook.html", "parser_html"),
"1992": ("logbook.html", "parser_html"),
"1991": ("logbook.html", "parser_html"),
"1990": ("logbook.html", "parser_html"),