2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 19:47:11 +00:00

fixing ,, bug in logbook rewriting, and fixing persons order

This commit is contained in:
2024-07-30 00:53:24 +03:00
parent 526d0ad904
commit 62320e9f7e
4 changed files with 8 additions and 8 deletions

View File

@@ -59,11 +59,11 @@ LOGBOOK_PARSER_SETTINGS = {
LOGBOOKS_DIR = "years" # subfolder of settings.EXPOWEB
ENTRIES = {
"2024": 41,
"2023": 112,
"2024": 69,
"2023": 131,
"2022": 94,
"2019": 55,
"2018": 95,
"2018": 98,
"2017": 74,
"2016": 87,
"2015": 80,