time.sleep(5) # 观察5秒内是否有输出

This commit is contained in:
bilt 2025-07-16 16:01:39 +08:00
parent bd19c4737b
commit f4834e81d1

View File

@ -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()
threading.Thread(target=zrok_thread, daemon=True, args=(8188,)).start()
time.sleep(5) # 观察5秒内是否有输出