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

Fix: Exact match instead of keywords to ignore random package names

This commit is contained in:
LmeSzinc
2023-05-26 11:55:09 +08:00
parent e420f4ed04
commit f98137108f
2 changed files with 13 additions and 17 deletions

View File

@@ -240,7 +240,7 @@ class PlatformWindows(PlatformBase, EmulatorManager):
show_ping(pong)
# Check azuelane package
packages = self.list_azurlane_packages(show_log=False)
packages = self.list_known_packages(show_log=False)
if len(packages):
pass
else: