diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-26 21:52:56 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-26 21:52:56 +0000 |
commit | a321625f3525c7e34e07607170f59498c67e2710 (patch) | |
tree | 7dd418b5f51ea284a82db189ba07c8b58f9c656a /parsers/logbooks.py | |
parent | 0c4ce6dc3ce0e2acfa1049d292fe9e0046acee5d (diff) | |
download | troggle-a321625f3525c7e34e07607170f59498c67e2710.tar.gz troggle-a321625f3525c7e34e07607170f59498c67e2710.tar.bz2 troggle-a321625f3525c7e34e07607170f59498c67e2710.zip |
fix number of entries expected
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index c30831f..3b01eed 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -54,15 +54,15 @@ LOGBOOK_PARSER_SETTINGS = { } entries = { - "2022": 89, + "2022": 90, "2019": 55, "2018": 95, "2017": 74, "2016": 86, "2015": 80, - "2014": 65, + "2014": 66, "2013": 52, - "2012": 75, + "2012": 76, "2011": 71, "2010": 22, "2009": 53, |