mirror of https://github.com/Bunsly/JobSpy
Merge branch 'main' into multiple_job_types_indeed
commit
ca0912388d
|
@ -124,8 +124,8 @@ class IndeedScraper(Scraper):
|
|||
if interval in CompensationInterval.__members__:
|
||||
compensation = Compensation(
|
||||
interval=CompensationInterval[interval],
|
||||
min_amount=int(extracted_salary.get("max")),
|
||||
max_amount=int(extracted_salary.get("min")),
|
||||
min_amount=int(extracted_salary.get("min")),
|
||||
max_amount=int(extracted_salary.get("max")),
|
||||
currency=currency,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue