1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix:a A hint when trying to use '127.0.0.1:58526' but not 'wsa-0' as serial

This commit is contained in:
SarContDeli
2022-03-18 23:25:39 +08:00
parent f7b95014ef
commit b12edf27ca
3 changed files with 4 additions and 3 deletions

View File

@@ -95,8 +95,7 @@ class WSA(Connection):
ret = next(ms).group('activity')
return ret
except StopIteration:
logger.critical("Couldn't get activity name, please check setting Emulator.PackageName")
raise RequestHumanTakeover
raise RequestHumanTakeover("Couldn't get activity name, please check setting Emulator.PackageName")
@retry
def get_display_id(self):