summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'parsers')
-rw-r--r--parsers/drawings.py5
-rw-r--r--parsers/logbooks.py1
2 files changed, 5 insertions, 1 deletions
diff --git a/parsers/drawings.py b/parsers/drawings.py
index f34cd70..309926e 100644
--- a/parsers/drawings.py
+++ b/parsers/drawings.py
@@ -16,11 +16,14 @@ todo = """
- Rename functions more consistently between tunnel and therion variants
- Refactor to use pathlib instead of whacky resetting of loop variable inside loop
- to scan sub-folders.
+ to scan sub-folders. This will definitely break at some point..
- Recode rx_valid_ext to use pathlib suffix() function
- Recode load_drawings_files() to use a list of suffices - not the huge if-else monstrosity
+
+- implement: findimportinsert(therionfile, imp)
+ Tries to link the scrap (Therion format) to the referenced therion scrap
"""
rx_valid_ext = re.compile(r"(?i)\.(?:png|jpg|pdf|jpeg|gif|txt)$")
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 3c1d3f5..b53756b 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -58,6 +58,7 @@ LOGBOOK_PARSER_SETTINGS = {
LOGBOOKS_DIR = "years" # subfolder of settings.EXPOWEB
ENTRIES = {
+ "2025": 1,
"2024": 127,
"2023": 131,
"2022": 94,