brancheneinstufung2.py aktualisiert
This commit is contained in:
@@ -264,4 +264,11 @@ def main():
|
|||||||
logger.info(f"===== Skript beendet =====")
|
logger.info(f"===== Skript beendet =====")
|
||||||
logging.shutdown()
|
logging.shutdown()
|
||||||
if 'selected_mode' in locals() and selected_mode != 'exit' and 'log_file_path' in locals() and log_file_path:
|
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()
|
||||||
Reference in New Issue
Block a user