mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Revert "Fix: Add counter to retry timer for slower retries on slow PCs", increase retry interval instead
This reverts commit e0bb6123
This commit is contained in:
@@ -176,7 +176,7 @@ class UI(InfoHandler):
|
||||
for page in visited:
|
||||
if page.parent is None or page.check_button is None:
|
||||
continue
|
||||
if self.appear(page.check_button, offset=offset, interval=3):
|
||||
if self.appear(page.check_button, offset=offset, interval=5):
|
||||
self.device.click(page.links[page.parent])
|
||||
confirm_timer.reset()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user