mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: [ALAS] Device.__init__() was never called if EmulatorNotRunningError handled
(cherry picked from commit 37d45af63f65ed851c48116d4a9872b43dd2f5c9)
This commit is contained in:
@@ -235,7 +235,7 @@ class PlatformWindows(PlatformBase, EmulatorManager):
|
||||
logger.info(f'Found azurlane packages: {m}')
|
||||
|
||||
interval = Timer(0.5).start()
|
||||
timeout = Timer(300).start()
|
||||
timeout = Timer(180).start()
|
||||
new_window = 0
|
||||
while 1:
|
||||
interval.wait()
|
||||
|
||||
Reference in New Issue
Block a user