From 33040273fb0bd457a2270f2c09488417d59ec3bf Mon Sep 17 00:00:00 2001 From: svatantrya Date: Tue, 19 May 2026 13:42:00 -0400 Subject: [PATCH] removed timer --- willexecutors.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/willexecutors.py b/willexecutors.py index afb1458..717f359 100644 --- a/willexecutors.py +++ b/willexecutors.py @@ -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.")