From e7fd1ea7eac2b03ec901dac144286806c3aa9fb0 Mon Sep 17 00:00:00 2001 From: Floke Date: Thu, 10 Jul 2025 14:53:53 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index 79098f9a..64ec3463 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -25,7 +25,7 @@ logging.getLogger("selenium").setLevel(logging.WARNING) logger = logging.getLogger(__name__) # Log-Datei einrichten -log_filename = f"dealfront_run_{time.strftime('%Y%m%d-%H%M%S')}.log" +log_filename = f"dealfront_run_{time.strftime('%Y%m%d-%H%M%S')}.txt" log_filepath = os.path.join(OUTPUT_DIR, log_filename) try: os.makedirs(OUTPUT_DIR, exist_ok=True)