Skip to content

Commit

Permalink
Qubiz and Orange updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielRezeanu03 committed Jun 13, 2024
1 parent b489ca2 commit ddaf5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/orange.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def format_data(self):
job_country = 'Romania'
for job_title, job_url, job_city in zip(self.job_titles, self.job_urls):
self.create_jobs_dict(job_title, job_url, job_country, job_city)
print(self.create_jobs_dict)



def sent_to_future(self):
Expand Down
2 changes: 1 addition & 1 deletion sites/qubiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def format_data(self):
Qubiz = QubizScraper()
Qubiz.get_response()
Qubiz.scrape_jobs()
# Qubiz.sent_to_future()
Qubiz.sent_to_future()



0 comments on commit ddaf5be

Please sign in to comment.