removed timer

This commit is contained in:
2026-05-19 13:42:00 -04:00
parent c2236b099b
commit 33040273fb

View File

@@ -131,8 +131,6 @@ class Willexecutors:
def send_request(
method, url, data=None, *, timeout=10, handle_response=None, count_reply=0
):
import time
time.sleep(10)
network = Network.get_instance()
if not network:
raise Exception("You are offline.")