diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index ade4b776..17c94d18 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: