summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-06 21:07:19 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-06 21:07:19 +0100
commit47d9d7d24289fc4715898cd82444cf592492108d (patch)
tree868b365a35aa1acc632ca466d8eac5bb04dd9275 /parsers/logbooks.py
parentc3c222e0455b161e670879a5e55954ad5895563e (diff)
downloadtroggle-47d9d7d24289fc4715898cd82444cf592492108d.tar.gz
troggle-47d9d7d24289fc4715898cd82444cf592492108d.tar.bz2
troggle-47d9d7d24289fc4715898cd82444cf592492108d.zip
Parse all logbooks
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 7509db4..0b22506 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -639,8 +639,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", # needs more hand-editing of log.htm
- "1986", "2020",]
+ "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,
"2008": 49, "2007": 111, "2006": 60, "2005": 55, "2004": 76, "2003": 40, "2002": 31,