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