Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jan 10, 2024
1 parent 3586bb2 commit 48e3e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobspy/scrapers/linkedin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def job_type_code(job_type_enum):
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)
Expand Down

0 comments on commit 48e3e5e

Please sign in to comment.