mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
Update __init__.py (#296)
pagination fix: start update with job_cards instead of job_list
This commit is contained in:
committed by
GitHub
parent
b6d5cd8d79
commit
51888004b7
@@ -165,7 +165,7 @@ class LinkedIn(Scraper):
|
|||||||
|
|
||||||
if continue_search():
|
if continue_search():
|
||||||
time.sleep(random.uniform(self.delay, self.delay + self.band_delay))
|
time.sleep(random.uniform(self.delay, self.delay + self.band_delay))
|
||||||
start += len(job_list)
|
start += len(job_cards)
|
||||||
|
|
||||||
job_list = job_list[: scraper_input.results_wanted]
|
job_list = job_list[: scraper_input.results_wanted]
|
||||||
return JobResponse(jobs=job_list)
|
return JobResponse(jobs=job_list)
|
||||||
|
|||||||
Reference in New Issue
Block a user