diff options
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 4 |
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"), |