diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index 37c94975..4a89d990 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -112,7 +112,6 @@ class DealfrontScraper: self._save_debug_artifacts() return False - def extract_current_page_results(self): def extract_current_page_results(self): # 1) Warte auf erste Ergebniszeile (bis zu 20 Sek.) rows_locator = (By.CSS_SELECTOR, "table#t-result-table tbody tr[id]")