1
0
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:
LmeSzinc
2020-08-29 17:40:51 +08:00
parent f0e2767a7d
commit 9a6a18150a
2 changed files with 2 additions and 0 deletions

View File

@@ -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