From c65212b3a5ebb08211e261c4f8daced62e7677db Mon Sep 17 00:00:00 2001 From: Floke Date: Thu, 10 Jul 2025 11:22:29 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index 55823185..11c791e0 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -109,9 +109,9 @@ class DealfrontScraper: logger.info(f"Extraktion abgeschlossen: {len(results)} Firmen.") return results - finally: - # 5) Implicit-Wait zurück auf Standard (z. B. 10 s) - self.driver.implicitly_wait(10) + finally: + # 5) Implicit-Wait zurück auf Standard (z. B. 10 s) + self.driver.implicitly_wait(10) def click_next_page(self): # Paginator-Buttons greifen