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