From 6fdd3dabdab112ec90211497b67083b8c0fd1e1e Mon Sep 17 00:00:00 2001 From: Gabriel Rezeanu Date: Thu, 13 Jun 2024 21:24:41 +0300 Subject: [PATCH] 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()