mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 12:04:33 -08:00
fix(linkedin): resolve issue where locaion is null
This commit is contained in:
@@ -9,9 +9,7 @@ router = APIRouter(prefix="/jobs")
|
||||
|
||||
|
||||
@router.get("/")
|
||||
async def scrape_jobs(
|
||||
site_type: str, search_term: str, location: str, page: int = None
|
||||
):
|
||||
async def scrape_jobs(site_type: str, search_term: str, location: str, page: int = 1):
|
||||
job_response = {"message": "site type not found"}
|
||||
|
||||
scraper_dict = {
|
||||
|
||||
Reference in New Issue
Block a user