1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Opt: Optimized hint of Serial (#2306)

This commit is contained in:
SarContDeli
2023-03-01 18:06:26 +08:00
committed by GitHub
parent 311c1fc50d
commit 0b82c38f9b
4 changed files with 4 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ class EmulatorConnect:
Returns:
list[str]: All available emulator serial on current computer.
"""
serial = []
serial = ['127.0.0.1:7555']
for emulator in self.emulators:
serial += emulator.serial
for s in emulator.serial: