Change wait time from 5s to 1s

This commit is contained in:
tretrauit 2022-02-04 23:14:15 +07:00
parent 811ed08296
commit adf9fd0aeb
No known key found for this signature in database
GPG Key ID: 862760FF1903319E

View File

@ -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: