mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: Raise error if app_keep_alive is enabled in MuMu 12
This commit is contained in:
@@ -118,7 +118,9 @@ class ConnectionAttr:
|
||||
|
||||
@cached_property
|
||||
def is_mumu_family(self):
|
||||
return self.serial == '127.0.0.1:7555'
|
||||
# 127.0.0.1:7555
|
||||
# 127.0.0.1:16384 + 32*n
|
||||
return self.serial == '127.0.0.1:7555' or self.serial.startswith('127.0.0.1:16')
|
||||
|
||||
@cached_property
|
||||
def is_emulator(self):
|
||||
|
||||
Reference in New Issue
Block a user