1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-01-04 14:35:13 +00:00

Compare commits

..

No commits in common. "1b1304442f4ffd2456bba60000448fe28fefafc1" and "64a26cf8369541d0c88c3cc759bcf9b024f8b8a0" have entirely different histories.

View File

@ -368,9 +368,7 @@ 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.")