google_sheet_handler.py aktualisiert
This commit is contained in:
@@ -172,7 +172,7 @@ class GoogleSheetHandler:
|
|||||||
col_info = COLUMN_MAP.get(check_column_key)
|
col_info = COLUMN_MAP.get(check_column_key)
|
||||||
if col_info is None or 'index' not in col_info:
|
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!")
|
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']
|
check_column_index = col_info['index']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user