mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: Re-check all timeout timer
- Fix tactical class get stuck when skill level reach to max.
This commit is contained in:
@@ -9,7 +9,7 @@ class LoginHandler(Combat):
|
||||
def handle_app_login(self):
|
||||
logger.hr('App login')
|
||||
|
||||
confirm_timer = Timer(1.5, count=4)
|
||||
confirm_timer = Timer(1.5, count=4).start()
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user