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.")