google_sheet_handler.py aktualisiert

This commit is contained in:
2025-07-18 15:40:31 +00:00
parent 0269ca097c
commit b4e3eb967f

View File

@@ -172,7 +172,7 @@ class GoogleSheetHandler:
col_info = COLUMN_MAP.get(check_column_key)
if col_info is None or 'index' not in col_info:
self.logger.critical(f"FEHLER: Schluessel '{check_column_key}' oder sein 'index' nicht in COLUMN_MAP gefunden!")
return -1 # Fehler signalisieren
return -1
check_column_index = col_info['index']