From a5f1e041878c343351af6c83cc70f913abc6d63f Mon Sep 17 00:00:00 2001 From: Floke Date: Tue, 8 Jul 2025 19:08:57 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index ade4b7763..17c94d180 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -27,6 +27,8 @@ logging.getLogger("selenium").setLevel(logging.WARNING) logger = logging.getLogger(__name__) # Sicherstellen, dass OUTPUT_DIR existiert +os.makedirs(TempConfig.OUTPUT_DIR, exist_ok=True) + ios.makedirs(TempConfig.OUTPUT_DIR, exist_ok=True) class DealfrontScraper: