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:
parent
beff172931
commit
7908aa397e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user