some fix to thread qdialog

This commit is contained in:
2026-05-19 12:41:41 -04:00
parent 5726ad2943
commit 242d1b137f
2 changed files with 25 additions and 27 deletions

View File

@@ -131,6 +131,8 @@ 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.")