Skip to content

Commit

Permalink
Fixed polipolmobila job apply url
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode committed Aug 15, 2023
1 parent 1d67002 commit e5b2d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/polipolmobila.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def format_data(self):
Iterate over all job details and send to the create jobs dictionary.
"""
for job_title in self.job_titles:
self.create_jobs_dict(job_title, self.url, "România", "Satu Mare")
self.create_jobs_dict(job_title, "https://www.polipolmobila.ro/aplicare-online/", "România", "Satu Mare")

if __name__ == "__main__":
URL = 'https://www.polipolmobila.ro/locuri-de-munca-disponibile/'
Expand Down

0 comments on commit e5b2d4c

Please sign in to comment.