mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
Compare commits
2 Commits
64a26cf836
...
1b1304442f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b1304442f | ||
|
|
455c3219ec |
@ -368,7 +368,9 @@ 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