diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-23 19:26:47 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-23 19:26:47 +0300 |
commit | a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d (patch) | |
tree | 14a527766073e0dc3233b4a49c5ca6b64648b5d1 /parsers/logbooks.py | |
parent | 7288bd9da31349612f4336026512a440fd499847 (diff) | |
download | troggle-a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d.tar.gz troggle-a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d.tar.bz2 troggle-a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d.zip |
making it work with 1626 no schonberg
Diffstat (limited to 'parsers/logbooks.py')
-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 09da662..cc589f0 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -59,7 +59,7 @@ noncaveplaces = [ "QMplaceholder", "Journey", "Loser Plateau", "UNKNOWN", 'plate logdataissues = TROG['issues']['logdataissues'] trips ={} -entries = { "2019": 36, "2018": 74, "2017": 60, "2016": 81, "2015": 79, +entries = { "2019": 44, "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, "2001": 48, "2000": 54, "1999": 79, "1998": 43, "1997": 53, "1996": 94, "1995": 41, |