summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-07 21:43:46 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-07 21:43:46 +0100
commit41ed15f47f4839aa54ba0e0524853a60fe8c2970 (patch)
tree8fa9178c76c3b5682e8bdb2d8fa822cea6e89b17 /parsers/logbooks.py
parentd916d4125c5654aa44fb38168ea9e2290f0cfb5a (diff)
downloadtroggle-41ed15f47f4839aa54ba0e0524853a60fe8c2970.tar.gz
troggle-41ed15f47f4839aa54ba0e0524853a60fe8c2970.tar.bz2
troggle-41ed15f47f4839aa54ba0e0524853a60fe8c2970.zip
1987 crashes too..
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 9f84814..ee76465 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -639,7 +639,7 @@ def LoadLogbooks():
if len(expos) <= 1:
print(" ! No expeditions found. Load 'people' first.\n")
nologbook = ["1976", "1977", "1978", "1979", "1980", "1981",
- "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,