diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-04 16:35:59 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-04 16:35:59 +0300 |
commit | a5dc78b04d7d5af8f1de23154f8ca23475587785 (patch) | |
tree | 16c7e9e7aa13e86b7fcb7b4fa4f6c11ddc33c581 /parsers/logbooks.py | |
parent | a2e30b29ef8bc39dbf772ff9c7dcd42b8045a608 (diff) | |
download | troggle-a5dc78b04d7d5af8f1de23154f8ca23475587785.tar.gz troggle-a5dc78b04d7d5af8f1de23154f8ca23475587785.tar.bz2 troggle-a5dc78b04d7d5af8f1de23154f8ca23475587785.zip |
30 valid 1979 logbook entries
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 37387b0..92efc54 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -99,7 +99,7 @@ ENTRIES = { "1984": 32, "1983": 52, "1982": 42, - "1979": 29, + "1979": 30, "1978": 38, } # What about 1970s ! Yes, 80 and 81 are missing, so are 1976 and 1977. |