mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 12:04:33 -08:00
chore: clean up
This commit is contained in:
@@ -55,6 +55,8 @@ class LinkedInScraper(Scraper):
|
||||
"f_AL": "true" if scraper_input.easy_apply else None,
|
||||
}
|
||||
|
||||
params = {k: v for k, v in params.items() if v is not None}
|
||||
print(params)
|
||||
response = session.get(self.url, params=params, allow_redirects=True)
|
||||
|
||||
if response.status_code != status.HTTP_200_OK:
|
||||
|
||||
Reference in New Issue
Block a user