From ac48af1c080a09392da83ce53330748194aab758 Mon Sep 17 00:00:00 2001 From: Floke Date: Thu, 3 Jul 2025 11:38:30 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index 7222c71e..50f492f5 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -10,7 +10,7 @@ from selenium.webdriver.support import expected_conditions as EC from selenium.common.exceptions import TimeoutException, NoSuchElementException # Wichtig: Die zentralen Imports zuerst -from config import Config, DEALFRONT_LOGIN_URL, DEALFRONT_CREDENTIALS_FILE, DEALFRONT_TARGET_UR +from config import Config, DEALFRONT_LOGIN_URL, DEALFRONT_CREDENTIALS_FILE, DEALFRONT_TARGET_URL # Logging-Konfiguration, eigenständig für dieses Skript LOG_LEVEL = logging.DEBUG if Config.DEBUG else logging.INFO