diff --git a/commandor.py b/commandor.py index 21a45af..1a82acc 100644 --- a/commandor.py +++ b/commandor.py @@ -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__': diff --git a/main.py b/main.py index b10cd2c..75a928e 100644 --- a/main.py +++ b/main.py @@ -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()