mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 04:27:00 +08:00
Fix: Retry timer for potato pc
This commit is contained in:
@@ -215,6 +215,6 @@ class UI(ModuleBase):
|
||||
|
||||
self.device.sleep(finish_sleep)
|
||||
|
||||
def ui_back(self, check_button, appear_button=None, offset=(20, 20), retry_wait=3, skip_first_screenshot=False):
|
||||
def ui_back(self, check_button, appear_button=None, offset=(20, 20), retry_wait=10, skip_first_screenshot=False):
|
||||
return self.ui_click(click_button=BACK_ARROW, check_button=check_button, appear_button=appear_button,
|
||||
offset=offset, retry_wait=retry_wait, skip_first_screenshot=skip_first_screenshot)
|
||||
|
||||
Reference in New Issue
Block a user