1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-24 18:15:01 +00:00

2 Commits

Author SHA1 Message Date
RedDeadDepresso 1b1304442f fix: exit aas 2024-01-10 00:07:13 +00:00
RedDeadDepresso 455c3219ec fix: exit aas 2024-01-10 00:01:13 +00:00
+2
View File
@@ -368,7 +368,9 @@ class AzurLaneAutoScript:
return
try:
from module.device.platform.platform_windows import PlatformWindows
from deploy.Windows.alas import AlasManager
PlatformWindows(self.config).kill_process_by_regex("aas\.exe")
AlasManager().alas_kill()
except:
logger.error("Failed to stop AAS. It may be due to a lack of administrator privileges.")