2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 22:37:08 +00:00

make more robust against data error

This commit is contained in:
2025-02-19 18:32:58 +02:00
parent a950cc60d9
commit aeaf7cf57f
4 changed files with 18 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ LOGBOOK_PARSER_SETTINGS = {
LOGBOOKS_DIR = "years" # subfolder of settings.EXPOWEB
ENTRIES = {
"2024": 125,
"2024": 126,
"2023": 131,
"2022": 94,
"2019": 55,
@@ -66,7 +66,7 @@ ENTRIES = {
"2017": 74,
"2016": 87,
"2015": 80,
"2014": 67,
"2014": 68,
"2013": 52,
"2012": 76,
"2011": 71,