This commit is contained in:
2025-07-01 19:49:54 +00:00
parent 510e542d97
commit ef37f95235

View File

@@ -1064,7 +1064,7 @@ class DataProcessor:
self.logger.info(f"{len(tasks)} Zeilen für FSM-Pitch-Generierung identifiziert. Starte Verarbeitung...")
all_sheet_updates = []
all_sheet_updates = []
processed_count = 0
update_batch_size = getattr(Config, 'UPDATE_BATCH_ROW_LIMIT', 50)
now_timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")