Skip to content

Commit

Permalink
fix: remove self.proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Sep 19, 2023
1 parent 1f0feb8 commit cdf41fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions homeharvest/core/scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ def __init__(self, scraper_input: ScraperInput):
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]:
...

Expand Down

0 comments on commit cdf41fe

Please sign in to comment.