wait 10 s for airplan mode

This commit is contained in:
2022-03-17 16:28:44 +01:00
parent e7ca27f4c5
commit 737b713c60
2 changed files with 2 additions and 2 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(6)
time.sleep(10)
if __name__ == '__main__':
+1 -1
View File
@@ -166,7 +166,7 @@ def read_all_the_phone_number():
def start_book():
slot_number = 1
slot_number = 3
slot_sum = 12
for i in range(slot_number, slot_sum + 1):
card_pool.reset()