brancheneinstufung2.py aktualisiert

This commit is contained in:
2025-08-29 06:20:48 +00:00
parent 9628e8f181
commit 0319833c20

View File

@@ -169,7 +169,7 @@ def main():
# --- Modus-Dispatching ---
start_time = time.time()
elif selected_mode == "simulate_sync":
if selected_mode == "simulate_sync":
logger.info("Führe Initialisierung für Sync-Simulations-Modus durch...")
if not sheet_handler.load_data():
logger.critical("Konnte initiale Daten aus dem Google Sheet nicht laden. Simulation wird abgebrochen.")