brancheneinstufung2.py aktualisiert

This commit is contained in:
2025-08-27 14:50:20 +00:00
parent 299b50289c
commit ae87de9bab

View File

@@ -264,4 +264,11 @@ def main():
logger.info(f"===== Skript beendet =====")
logging.shutdown()
if 'selected_mode' in locals() and selected_mode != 'exit' and 'log_file_path' in locals() and log_file_path:
print(f"\nVerarbeitung abgeschlossen. Logfile: {log_file_path}")
print(f"\nVerarbeitung abgeschlossen. Logfile: {log_file_path}")
# ==============================================================================
# 3. SKRIPT-AUSFÜHRUNG
# ==============================================================================
if __name__ == "__main__":
main()