chore: clean

pull/79/head
cullenwatson 2024-01-09 19:29:34 -06:00
parent 3586bb2678
commit 48e3e5e356
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class LinkedInScraper(Scraper):
raise LinkedInException("Exception occurred while processing jobs")
page += 25
time.sleep(random.uniform(3, 5))
time.sleep(random.uniform(LinkedInScraper.DELAY, LinkedInScraper.DELAY + 2))
job_list = job_list[: scraper_input.results_wanted]
return JobResponse(jobs=job_list)