diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-07 02:26:52 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-07 02:26:52 +0300 |
commit | 5f67af35f019e7054b9ce6de521b3fc96f5b0dc3 (patch) | |
tree | b3ddad71a528cfb5ff07d8617e09bad4455d16c3 /parsers/logbooks.py | |
parent | c3642f1ae434e8d1e5e7442670f936c4004bec98 (diff) | |
download | troggle-5f67af35f019e7054b9ce6de521b3fc96f5b0dc3.tar.gz troggle-5f67af35f019e7054b9ce6de521b3fc96f5b0dc3.tar.bz2 troggle-5f67af35f019e7054b9ce6de521b3fc96f5b0dc3.zip |
Better tag locations
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 90c13aa..33b8838 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -64,7 +64,7 @@ ENTRIES = { "2019": 55, "2018": 95, "2017": 74, - "2016": 86, + "2016": 87, "2015": 80, "2014": 67, "2013": 52, |