mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 02:33:34 +08:00
Fix: Missing s in the directory of customer_config.json
This commit is contained in:
@@ -536,7 +536,7 @@ class NemuIpc(Platform):
|
|||||||
index = NemuIpcImpl.serial_to_id(self.serial)
|
index = NemuIpcImpl.serial_to_id(self.serial)
|
||||||
if index is not None:
|
if index is not None:
|
||||||
file = os.path.abspath(os.path.join(
|
file = os.path.abspath(os.path.join(
|
||||||
self.config.EmulatorInfo_path, f'../../vms/MuMuPlayer-12.0-{index}/config/customer_config.json'))
|
self.config.EmulatorInfo_path, f'../../vms/MuMuPlayer-12.0-{index}/configs/customer_config.json'))
|
||||||
if self.check_mumu_app_keep_alive_400(file):
|
if self.check_mumu_app_keep_alive_400(file):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@@ -545,7 +545,7 @@ class NemuIpc(Platform):
|
|||||||
logger.warning('Failed to check check_mumu_app_keep_alive as emulator_instance is None')
|
logger.warning('Failed to check check_mumu_app_keep_alive as emulator_instance is None')
|
||||||
return False
|
return False
|
||||||
name = self.emulator_instance.name
|
name = self.emulator_instance.name
|
||||||
file = self.emulator_instance.emulator.abspath(f'../vms/{name}/config/customer_config.json')
|
file = self.emulator_instance.emulator.abspath(f'../vms/{name}/configs/customer_config.json')
|
||||||
if self.check_mumu_app_keep_alive_400(file):
|
if self.check_mumu_app_keep_alive_400(file):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user