diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-07 21:00:06 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-07 21:00:06 +0100 |
commit | 4877a7ddc44ebd6c4bc0406f377d918dbb424205 (patch) | |
tree | f6b89f25fd5137868cbf9fc44207d585e8712e43 | |
parent | c6bcb5fde9e2ea6f8539fcd0e64e828cc24e5888 (diff) | |
download | troggle-4877a7ddc44ebd6c4bc0406f377d918dbb424205.tar.gz troggle-4877a7ddc44ebd6c4bc0406f377d918dbb424205.tar.bz2 troggle-4877a7ddc44ebd6c4bc0406f377d918dbb424205.zip |
omit 1988 logbook, crashes mysql
-rw-r--r-- | parsers/logbooks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 0b22506..f0f3e39 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -639,6 +639,7 @@ def LoadLogbooks(): if len(expos) <= 1: print(" ! No expeditions found. Load 'people' first.\n") nologbook = ["1976", "1977", "1978", "1979", "1980", "1981", + "1988", # 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, |