1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: Timer for ui_click

This commit is contained in:
LmeSzinc
2020-06-03 00:14:30 +08:00
parent 5bd22da21b
commit 125a490aca
2 changed files with 4 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class UI(ModuleBase):
logger.hr('UI click')
if appear_button is None:
appear_button = click_button
click_timer = Timer(retry_wait)
click_timer = Timer(retry_wait, count=6)
while 1:
if skip_first_screenshot:
skip_first_screenshot = False