From 7e0b3e19cae6672c9436f72934570d5f8849499a Mon Sep 17 00:00:00 2001 From: Gabriel Rezeanu Date: Thu, 13 Jun 2024 21:22:51 +0300 Subject: [PATCH 1/2] Update orange.py Deleted a print statement --- sites/orange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/orange.py b/sites/orange.py index 68945fb..269d858 100644 --- a/sites/orange.py +++ b/sites/orange.py @@ -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): From 6fdd3dabdab112ec90211497b67083b8c0fd1e1e Mon Sep 17 00:00:00 2001 From: Gabriel Rezeanu Date: Thu, 13 Jun 2024 21:24:41 +0300 Subject: [PATCH 2/2] Update qubiz.py Decommented the 62 line --- sites/qubiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/qubiz.py b/sites/qubiz.py index 69c8f71..d82ed4b 100644 --- a/sites/qubiz.py +++ b/sites/qubiz.py @@ -59,7 +59,7 @@ def format_data(self): Qubiz = QubizScraper() Qubiz.get_response() Qubiz.scrape_jobs() - # Qubiz.sent_to_future() + Qubiz.sent_to_future()