This commit is contained in:
2025-04-24 14:42:12 +00:00
parent cf2e611212
commit 55e712733b

View File

@@ -3314,7 +3314,6 @@ class DataProcessor:
logging.info(f"Batch-Update erfolgreich.")
else: # <= Dieses else gehört zum if success:
logging.error(f"FEHLER beim Batch-Update.")
else: # <= DIESER BLOCK gehört zum if updates:
logging.info("Keine fehlenden Websites gefunden oder keine Updates nötig.")
logging.info(f"Modus 'website_lookup' abgeschlossen. {rows_processed_count} Zeilen geprüft.") # <= Diese Zeile gehört zur Methode, auf derselben Ebene wie das if updates: