mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Stuck timer after script sleep
This commit is contained in:
@@ -71,6 +71,7 @@ class LoginHandler(Combat):
|
||||
ScriptError: If login failed more than 3
|
||||
"""
|
||||
for _ in range(3):
|
||||
self.device.stuck_record_clear()
|
||||
try:
|
||||
self._handle_app_login()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user