diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 6 |
1 files changed, 3 insertions, 3 deletions
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"), |