From adf9fd0aeb609dbd1caec39dea0f797ce70b18fa Mon Sep 17 00:00:00 2001 From: tretrauit Date: Fri, 4 Feb 2022 23:14:15 +0700 Subject: [PATCH] Change wait time from 5s to 1s --- Apps/ws-scrcpy/ws-scrcpy-launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/ws-scrcpy/ws-scrcpy-launcher.py b/Apps/ws-scrcpy/ws-scrcpy-launcher.py index 7d74342..a221fc7 100644 --- a/Apps/ws-scrcpy/ws-scrcpy-launcher.py +++ b/Apps/ws-scrcpy/ws-scrcpy-launcher.py @@ -157,7 +157,7 @@ def main(): print("PLEASE WAIT UNTIL WS-SCRCPY FULLY STARTED (ABOUT 5 MINS), IT TAKES A WHILE TO START THE SERVER.") try: while True: - time.sleep(5) + time.sleep(1) curr_ip = get_device_private_ip() curr_ssid = get_wifi_name() if curr_ip != device_ip: