mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix:a A hint when trying to use '127.0.0.1:58526' but not 'wsa-0' as serial
This commit is contained in:
@@ -27,7 +27,7 @@ class AppControl(Adb, WSA, Uiautomator2):
|
||||
method = self.config.Emulator_ControlMethod
|
||||
logger.info(f'App start: {package}')
|
||||
if self.config.Emulator_Serial == 'wsa-0':
|
||||
self.app_start_wsa(package, display = 0)
|
||||
self.app_start_wsa(package, display=0)
|
||||
elif method == 'uiautomator2' or method == 'minitouch':
|
||||
self.app_start_uiautomator2(package)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user