mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
- linkedin schema migration
This commit is contained in:
@@ -131,7 +131,7 @@ class LinkedInScraper(Scraper):
|
|||||||
job_response = JobResponse(
|
job_response = JobResponse(
|
||||||
success=True,
|
success=True,
|
||||||
jobs=job_list,
|
jobs=job_list,
|
||||||
job_count=job_count,
|
total_results=job_count,
|
||||||
)
|
)
|
||||||
return job_response
|
return job_response
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user