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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user