fix: class session

pull/75/head
Cullen 2024-04-26 15:19:09 -05:00
parent fcc841399c
commit 25b2fc7f58
1 changed files with 0 additions and 3 deletions

View File

@ -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
@ -37,8 +36,6 @@ class Scraper:
"apollographql-client-name": "com.move.Realtor-apollo-ios",
}
)
else:
self.session = session
if scraper_input.proxy:
proxy_url = scraper_input.proxy