mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-01-10 09:15:28 +00:00
Compare commits
No commits in common. "1b1304442f4ffd2456bba60000448fe28fefafc1" and "64a26cf8369541d0c88c3cc759bcf9b024f8b8a0" have entirely different histories.
1b1304442f
...
64a26cf836
@ -368,9 +368,7 @@ class AzurLaneAutoScript:
|
|||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
from module.device.platform.platform_windows import PlatformWindows
|
from module.device.platform.platform_windows import PlatformWindows
|
||||||
from deploy.Windows.alas import AlasManager
|
|
||||||
PlatformWindows(self.config).kill_process_by_regex("aas\.exe")
|
PlatformWindows(self.config).kill_process_by_regex("aas\.exe")
|
||||||
AlasManager().alas_kill()
|
|
||||||
except:
|
except:
|
||||||
logger.error("Failed to stop AAS. It may be due to a lack of administrator privileges.")
|
logger.error("Failed to stop AAS. It may be due to a lack of administrator privileges.")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user