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

Opt: LaunchPath insted of CmdLine

This commit is contained in:
hgjazhgj
2023-05-27 21:22:33 +08:00
parent 742e34c8d0
commit b4af10b56b
12 changed files with 88 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ class FgoAutoScript(AzurLaneAutoScript):
@cached_property
def app(self):
app = FGOpy(self.config.FpyEmulator_Cmdline)
app = FGOpy(self.config.FpyEmulator_LaunchPath)
if not app.run(f"connect {self.config.FpyEmulator_Serial}"):
logger.critical("Unable to connect to device")
logger.info("Here are avaliable devices:")