summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-24 21:40:52 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-24 21:40:52 +0000
commit06c4d026f838e60f9f10a640943f8679968c1431 (patch)
tree7a932222a6f9f49c47d99121c00d4e81a29a620b
parent65be64c756a193a2cd6d905ee4ed57dbb1763c76 (diff)
downloadtroggle-06c4d026f838e60f9f10a640943f8679968c1431.tar.gz
troggle-06c4d026f838e60f9f10a640943f8679968c1431.tar.bz2
troggle-06c4d026f838e60f9f10a640943f8679968c1431.zip
skip years crashing parser
-rw-r--r--parsers/logbooks.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 9e8fc8f..7b61ea4 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -505,7 +505,9 @@ def LoadLogbooks():
expos = Expedition.objects.all()
if len(expos) <= 1:
print(" ! No expeditions found. Load 'people' first.\n")
- nologbook = ["1976", "1977", "1978", "1979", "1980", "1981", "1986", "2020",]
+ nologbook = ["1976", "1977", "1978", "1979", "1980", "1981",
+ "1983", "1984", "1985", "1987", "1988", "1989",
+ "1986", "2020",]
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,
"2008": 49, "2007": 111, "2006": 60, "2005": 55, "2004": 76, "2003": 40, "2002": 31,