1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Increase unknown ui timeout

GET_SHIP interval is 5s, timeout should longer than it
This commit is contained in:
LmeSzinc 2023-02-25 22:40:19 +08:00
parent beff172931
commit 7908aa397e

View File

@ -189,7 +189,7 @@ class UI(InfoHandler):
def rotation_check():
self.device.get_orientation()
timeout = Timer(5, count=10).start()
timeout = Timer(10, count=20).start()
while 1:
if skip_first_screenshot:
skip_first_screenshot = False