diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-24 22:00:51 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-24 22:00:51 +0000 |
commit | 70684a29c68b9af262d99c0e45f3ca54dde0163d (patch) | |
tree | e93b40c5bab9a8ee3a56a0c8d44ca70db9b767d3 | |
parent | 06c4d026f838e60f9f10a640943f8679968c1431 (diff) | |
download | troggle-70684a29c68b9af262d99c0e45f3ca54dde0163d.tar.gz troggle-70684a29c68b9af262d99c0e45f3ca54dde0163d.tar.bz2 troggle-70684a29c68b9af262d99c0e45f3ca54dde0163d.zip |
1982 giving problems. Caved ID issue suspected.
-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 7b61ea4..f507861 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -506,7 +506,7 @@ def LoadLogbooks(): if len(expos) <= 1: print(" ! No expeditions found. Load 'people' first.\n") nologbook = ["1976", "1977", "1978", "1979", "1980", "1981", - "1983", "1984", "1985", "1987", "1988", "1989", + "1982", "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, |