mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-21 02:04:29 +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