mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
1979 logbook enabled
This commit is contained in:
parent
f53b551d5a
commit
a2e30b29ef
@ -99,7 +99,7 @@ ENTRIES = {
|
|||||||
"1984": 32,
|
"1984": 32,
|
||||||
"1983": 52,
|
"1983": 52,
|
||||||
"1982": 42,
|
"1982": 42,
|
||||||
# "1979": 30, # to be hand-edited
|
"1979": 29,
|
||||||
"1978": 38,
|
"1978": 38,
|
||||||
}
|
}
|
||||||
# What about 1970s ! Yes, 80 and 81 are missing, so are 1976 and 1977.
|
# What about 1970s ! Yes, 80 and 81 are missing, so are 1976 and 1977.
|
||||||
@ -678,7 +678,7 @@ def LoadLogbooks():
|
|||||||
"2020",
|
"2020",
|
||||||
"2021",
|
"2021",
|
||||||
] # no expo
|
] # no expo
|
||||||
lostlogbook = ["1976", "1977", "1979", "1980", "1981"]
|
lostlogbook = ["1976", "1977", "1980", "1981"]
|
||||||
sqlfail = [""] # breaks mysql with db constraint fail - all now fixed.]
|
sqlfail = [""] # breaks mysql with db constraint fail - all now fixed.]
|
||||||
nologbook = noexpo + lostlogbook + sqlfail
|
nologbook = noexpo + lostlogbook + sqlfail
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user