mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Opt: Lower stuck timer in battle to 3min
This commit is contained in:
parent
f54c8e47f1
commit
d2f56c5af8
@ -16,7 +16,7 @@ class Device(Screenshot, Control, AppControl):
|
||||
detect_record = set()
|
||||
click_record = deque(maxlen=15)
|
||||
stuck_timer = Timer(60, count=60).start()
|
||||
stuck_timer_long = Timer(300, count=300).start()
|
||||
stuck_timer_long = Timer(180, count=180).start()
|
||||
stuck_long_wait_list = ['BATTLE_STATUS_S', 'PAUSE', 'LOGIN_CHECK']
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user