mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Modified the way to realize the WSA solution
Fix:A rare situation caused the game to shut down during restart in WSA solution
This commit is contained in:
@@ -36,6 +36,8 @@ class Connection:
|
||||
self.serial = self.find_bluestacks4_hyperv(self.serial)
|
||||
if "bluestacks5-hyperv" in self.serial:
|
||||
self.serial = self.find_bluestacks5_hyperv(self.serial)
|
||||
if "wsa" in self.serial:
|
||||
self.serial = '127.0.0.1:58526'
|
||||
|
||||
logger.attr('Adb_binary', self.adb_binary)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user