mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 11:34:47 -08:00
Update util.py (#256)
This commit is contained in:
@@ -20,7 +20,7 @@ def get_job_type(attributes: list) -> list[JobType]:
|
|||||||
def get_compensation(compensation: dict) -> Compensation | None:
|
def get_compensation(compensation: dict) -> Compensation | None:
|
||||||
"""
|
"""
|
||||||
Parses the job to get compensation
|
Parses the job to get compensation
|
||||||
:param sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrompensation:
|
:param compensation:
|
||||||
:return: compensation object
|
:return: compensation object
|
||||||
"""
|
"""
|
||||||
if not compensation["baseSalary"] and not compensation["estimated"]:
|
if not compensation["baseSalary"] and not compensation["estimated"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user