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: