diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-09 01:13:53 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-09 01:13:53 +0100 |
commit | 3cc9fe4dd9667dfe82cd07ad994dc06212c07001 (patch) | |
tree | d43fade93a3546fc9fb763152ace0f1a46d3c26d /parsers/logbooks.py | |
parent | e42cb582c7ef32dc3163731a4f7ccae7f4529a98 (diff) | |
download | troggle-3cc9fe4dd9667dfe82cd07ad994dc06212c07001.tar.gz troggle-3cc9fe4dd9667dfe82cd07ad994dc06212c07001.tar.bz2 troggle-3cc9fe4dd9667dfe82cd07ad994dc06212c07001.zip |
fix for server
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 6be21fa..2c52aa3 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -646,7 +646,7 @@ def LoadLogbooks(): if len(expos) <= 1: print(" ! No expeditions found. Load 'people' first.\n") nologbook = ["1976", "1977", "1978", "1979", "1980", "1981", - # "1987", "1988", "1989", # breaks mysql with db constraint fail - debug locally first + "1987", "1988", "1989", # breaks mysql with db constraint fail - debug locally first "1986", "2020",] #no expo entries = {"2021": 0, "2019": 20, "2018": 74, "2017": 60, "2016": 81, "2015": 79, "2014": 65, "2013": 51, "2012": 75, "2011": 68, "2010": 22, "2009": 52, |