From 7f5eb91df119f0135f8bffe87ba4bf3c8652b3bb Mon Sep 17 00:00:00 2001 From: Floke Date: Fri, 4 Jul 2025 05:01:45 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index 8eb0d637..ef59b02b 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -12,6 +12,7 @@ from selenium.webdriver.common.keys import Keys import pandas as pd from config import Config, DEALFRONT_LOGIN_URL, DEALFRONT_CREDENTIALS_FILE, DEALFRONT_TARGET_URL, TARGET_SEARCH_NAME +OUTPUT_DIR = "/app/output" # Logging-Konfiguration LOG_LEVEL = logging.DEBUG if Config.DEBUG else logging.INFO