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