1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: Stop scheduler if a task failed 3 or more times

- Add: Clear click record
- Opt: Check the type of user setting and display invalid settings
This commit is contained in:
LmeSzinc
2021-11-03 20:46:34 +08:00
parent 1fa344c2d3
commit 3098aa31aa
5 changed files with 79 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ class LoginHandler(Combat):
"""
for _ in range(3):
self.device.stuck_record_clear()
self.device.click_record_clear()
try:
self._handle_app_login()
return True