change timout for otp

This commit is contained in:
2022-03-14 23:07:46 +01:00
parent 7e945e1377
commit 8466bf1ce5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Commandor:
subprocess.call("adb shell settings put global airplane_mode_on 0", shell=True)
time.sleep(1)
subprocess.call("adb shell am broadcast -a android.intent.action.AIRPLANE_MODE", shell=True)
time.sleep(5)
time.sleep(6)
if __name__ == '__main__':