mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
fix: remove self.proxy
This commit is contained in:
@@ -20,10 +20,6 @@ class Scraper:
|
||||
self.listing_type = scraper_input.listing_type
|
||||
self.site_name = scraper_input.site_name
|
||||
|
||||
self.proxy = (lambda p: {"http": p, "https": p} if p else None)(
|
||||
scraper_input.proxy
|
||||
)
|
||||
|
||||
def search(self) -> list[Property]:
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user