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

remove old warnings

This commit is contained in:
2024-08-05 11:08:08 +03:00
parent e97d60a1c4
commit beb83e93f4
2 changed files with 29 additions and 11 deletions

View File

@@ -54,12 +54,12 @@ DEFAULT_LOGBOOK_PARSER = "parser_html"
# All years now (Jan.2023) use the default value for Logbook parser
# dont forget to update expoweb/pubs.htm to match. 1982 left as reminder of expected format.
LOGBOOK_PARSER_SETTINGS = {
"1982": ("logbook.html", "parser_html"),
"1982": ("logbook.html", "parser_html"),
}
LOGBOOKS_DIR = "years" # subfolder of settings.EXPOWEB
ENTRIES = {
"2024": 69,
"2024": 87,
"2023": 131,
"2022": 94,
"2019": 55,