From a0828c3269b260cc050e1d724d9f5c47a006cbc2 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