From 1ff723554cf46dc644a0fa2a295ef175bc43b4d5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 7 May 2021 22:42:10 +0100 Subject: Northings and Easting report --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 218c27d..a73e437 100644 --- a/settings.py +++ b/settings.py @@ -98,9 +98,9 @@ LOGBOOK_PARSER_SETTINGS = { "1992": ("1992/log.htm", "Parseloghtml01"), "1991": ("1991/log.htm", "Parseloghtml01"), "1990": ("1990/log.htm", "Parseloghtml01"), - "1989": ("1989/log.htm", "Parseloghtml01"), - "1988": ("1988/log.htm", "Parseloghtml01"), - "1987": ("1987/log.htm", "Parseloghtml01"), + "1989": ("1989/log.htm", "Parseloghtml01"), #crashes MySQL + "1988": ("1988/log.htm", "Parseloghtml01"), #crashes MySQL + "1987": ("1987/log.htm", "Parseloghtml01"), #crashes MySQL "1985": ("1985/log.htm", "Parseloghtml01"), "1984": ("1984/log.htm", "Parseloghtml01"), "1983": ("1983/log.htm", "Parseloghtml01"), -- cgit v1.2.3