1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Fix: [CN][JP] fix unexpected behavior in argparser.py

This commit is contained in:
LmeSzinc
2020-08-19 02:17:25 +08:00
parent 8b3c9feadc
commit e50d017718
3 changed files with 8 additions and 6 deletions

View File

@@ -96,11 +96,11 @@ def main(ini_name=''):
value = ''
saved_config[key] = value
message = (
'BlueStacks: 127.0.0.1:5555\n'
'NoxPlayer: 127.0.0.1:62001\n'
'MuMuPlayer: 127.0.0.1:7555\n'
'MemuPlayer: 127.0.0.1:21503\n'
'LDPlayer: emulator-5554\n'
'BlueStacks:\t127.0.0.1:5555\n'
'NoxPlayer:\t127.0.0.1:62001\n'
'MuMuPlayer:\t127.0.0.1:7555\n'
'MemuPlayer:\t127.0.0.1:21503\n'
'LDPlayer:\t\temulator-5554\n'
)
def default(name):