mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: Remove emulator calls before refactored
This commit is contained in:
@@ -214,9 +214,6 @@ class EmulatorManager(Connection):
|
||||
try:
|
||||
return super(EmulatorManager, self).adb_connect(serial)
|
||||
except EmulatorNotRunningError:
|
||||
if self.config.RestartEmulator_ErrorRestart \
|
||||
and self.emulator_restart():
|
||||
return True
|
||||
raise RequestHumanTakeover
|
||||
|
||||
def detect_emulator_status(self, serial):
|
||||
|
||||
Reference in New Issue
Block a user