bugfix
This commit is contained in:
@@ -3314,7 +3314,6 @@ class DataProcessor:
|
|||||||
logging.info(f"Batch-Update erfolgreich.")
|
logging.info(f"Batch-Update erfolgreich.")
|
||||||
else: # <= Dieses else gehört zum if success:
|
else: # <= Dieses else gehört zum if success:
|
||||||
logging.error(f"FEHLER beim Batch-Update.")
|
logging.error(f"FEHLER beim Batch-Update.")
|
||||||
|
|
||||||
else: # <= DIESER BLOCK gehört zum if updates:
|
else: # <= DIESER BLOCK gehört zum if updates:
|
||||||
logging.info("Keine fehlenden Websites gefunden oder keine Updates nötig.")
|
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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user