Skip to content

Commit

Permalink
fix: class session
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Apr 26, 2024
1 parent fcc8413 commit 25b2fc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homeharvest/core/scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class Scraper:
def __init__(
self,
scraper_input: ScraperInput,
session: requests.Session = None,
):
self.location = scraper_input.location
self.listing_type = scraper_input.listing_type
Expand All @@ -37,8 +36,6 @@ def __init__(
"apollographql-client-name": "com.move.Realtor-apollo-ios",
}
)
else:
self.session = session

if scraper_input.proxy:
proxy_url = scraper_input.proxy
Expand Down

0 comments on commit 25b2fc7

Please sign in to comment.