mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 09:22:32 +00:00
omit 1988 logbook, crashes mysql
This commit is contained in:
parent
c6bcb5fde9
commit
4877a7ddc4
@ -639,6 +639,7 @@ def LoadLogbooks():
|
||||
if len(expos) <= 1:
|
||||
print(" ! No expeditions found. Load 'people' first.\n")
|
||||
nologbook = ["1976", "1977", "1978", "1979", "1980", "1981",
|
||||
"1988", # breaks mysql with db constraint fail - debug locally first
|
||||
"1986", "2020",] #no expo
|
||||
entries = {"2021": 0, "2019": 20, "2018": 74, "2017": 60, "2016": 81, "2015": 79,
|
||||
"2014": 65, "2013": 51, "2012": 75, "2011": 68, "2010": 22, "2009": 52,
|
||||
|
Loading…
Reference in New Issue
Block a user