1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Process Battle Status C or D

This commit is contained in:
2024-07-06 10:35:59 +08:00
parent 461bb15155
commit f914502cd7
4 changed files with 14 additions and 11 deletions

View File

@@ -68,7 +68,7 @@ class Device(Screenshot, Control, AppControl):
detect_record = set()
click_record = collections.deque(maxlen=15)
stuck_timer = Timer(60, count=60).start()
stuck_timer_long = Timer(180, count=180).start()
stuck_timer_long = Timer(185, count=185).start()
stuck_long_wait_list = ['BATTLE_STATUS_S', 'PAUSE', 'LOGIN_CHECK']
def __init__(self, *args, **kwargs):