mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 04:45:03 +08:00
Fix: Increase unknown ui timeout
GET_SHIP interval is 5s, timeout should longer than it
This commit is contained in:
@@ -189,7 +189,7 @@ class UI(InfoHandler):
|
|||||||
def rotation_check():
|
def rotation_check():
|
||||||
self.device.get_orientation()
|
self.device.get_orientation()
|
||||||
|
|
||||||
timeout = Timer(5, count=10).start()
|
timeout = Timer(10, count=20).start()
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
skip_first_screenshot = False
|
skip_first_screenshot = False
|
||||||
|
|||||||
Reference in New Issue
Block a user