From f4834e81d17b8c60cc4eeb5eeb75460b24c380c3 Mon Sep 17 00:00:00 2001 From: bilt Date: Wed, 16 Jul 2025 16:01:39 +0800 Subject: [PATCH] =?UTF-8?q?time.sleep(5)=20=20#=20=E8=A7=82=E5=AF=9F5?= =?UTF-8?q?=E7=A7=92=E5=86=85=E6=98=AF=E5=90=A6=E6=9C=89=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py_share.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py_share.py b/py_share.py index 0859257f9..3160fec35 100644 --- a/py_share.py +++ b/py_share.py @@ -36,4 +36,5 @@ def zrok_thread(port): # threading.Thread(target=ngrok_thread, daemon=True, args=(8188,)).start() -threading.Thread(target=zrok_thread, daemon=True, args=(8188,)).start() \ No newline at end of file +threading.Thread(target=zrok_thread, daemon=True, args=(8188,)).start() +time.sleep(5) # 观察5秒内是否有输出