mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
@@ -52,7 +52,7 @@ class ProcessManager:
|
||||
lock = FileLock(f"{filepath_config(self.config_name)}.lock")
|
||||
with lock:
|
||||
if self.alive:
|
||||
self._process.terminate()
|
||||
self._process.kill()
|
||||
self.renderables.append(
|
||||
f"[{self.config_name}] exited. Reason: Manual stop\n"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user