diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-04 16:16:58 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-04 16:16:58 +0300 |
commit | a2e30b29ef8bc39dbf772ff9c7dcd42b8045a608 (patch) | |
tree | 2399e1f47608cab406ae56cc67fc0613274d9e5b /parsers/logbooks.py | |
parent | f53b551d5a62c660b9c488bc02c57b3f47bde3aa (diff) | |
download | troggle-a2e30b29ef8bc39dbf772ff9c7dcd42b8045a608.tar.gz troggle-a2e30b29ef8bc39dbf772ff9c7dcd42b8045a608.tar.bz2 troggle-a2e30b29ef8bc39dbf772ff9c7dcd42b8045a608.zip |
1979 logbook enabled
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index e6ba079..37387b0 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -99,7 +99,7 @@ ENTRIES = { "1984": 32, "1983": 52, "1982": 42, - # "1979": 30, # to be hand-edited + "1979": 29, "1978": 38, } # What about 1970s ! Yes, 80 and 81 are missing, so are 1976 and 1977. @@ -678,7 +678,7 @@ def LoadLogbooks(): "2020", "2021", ] # no expo - lostlogbook = ["1976", "1977", "1979", "1980", "1981"] + lostlogbook = ["1976", "1977", "1980", "1981"] sqlfail = [""] # breaks mysql with db constraint fail - all now fixed.] nologbook = noexpo + lostlogbook + sqlfail |