chore: clean up

This commit is contained in:
Cullen Watson
2023-08-19 18:46:03 -05:00
parent 5701826399
commit f31246ee64
8 changed files with 8 additions and 7 deletions

View File

@@ -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: