helpers.py aktualisiert

This commit is contained in:
2025-07-19 18:45:43 +00:00
parent 7b066d794e
commit 96cc188262

View File

@@ -61,7 +61,7 @@ except Exception as e:
# Import der Config-Klasse und Konstanten # Import der Config-Klasse und Konstanten
from config import Config, BRANCH_MAPPING_FILE, URL_CHECK_MARKER, USER_AGENTS from config import Config, BRANCH_MAPPING_FILE, URL_CHECK_MARKER, USER_AGENTS
from config import Config, COLUMN_MAP, BRANCH_GROUP_MAPPING, COLUMN_ORDER from config import Config, COLUMN_MAP, COLUMN_ORDER
def get_col_idx(key): def get_col_idx(key):
""" """