From 54cc2eba92bf68e571f31c0d35abc3d290cd1cf7 Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 7 May 2025 09:40:58 +0000 Subject: [PATCH] bugfix --- brancheneinstufung.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brancheneinstufung.py b/brancheneinstufung.py index f3aae023..ccf80d15 100644 --- a/brancheneinstufung.py +++ b/brancheneinstufung.py @@ -13413,6 +13413,7 @@ def main(): """ # WICHTIG: Globale Variable LOG_FILE wird benoetigt (Initialisierung Block 1) global LOG_FILE + logger = logging.getLogger(__name__) # <<< DIESE ZEILE HINZUFÜGEN # --- Initial Logging Setup (Konfiguration von Level und Format) --- # Diese Konfiguration wird wirksam, sobald die Handler hinzugefuegt werden.