pull/154/head
umerfarooq996 2024-05-24 15:48:39 +05:00
parent 65d2e5e707
commit e2cf787366
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ class IndeedScraper(Scraper):
""".format(
start=self.scraper_input.hours_old
)
elif self.scraper_input.easy_apply:
if self.scraper_input.easy_apply:
filters_str = """
filters: {
keyword: {
@ -160,7 +160,7 @@ class IndeedScraper(Scraper):
}
}
"""
elif self.scraper_input.job_type or self.scraper_input.is_remote:
if self.scraper_input.job_type or self.scraper_input.is_remote:
job_type_key_mapping = {
JobType.FULL_TIME: "CF3CP",
JobType.PART_TIME: "75GKK",