mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 03:08:15 +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…
x
Reference in New Issue
Block a user