mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Opt: pass fpy pid to halt cmd
This commit is contained in:
@@ -41,7 +41,7 @@ def orphanSlayer(ppid, spid, kill = ""):
|
||||
return
|
||||
time.sleep(1)
|
||||
if kill:
|
||||
os.system(kill)
|
||||
os.system(f"{kill} {spid}")
|
||||
else:
|
||||
os.kill(spid, 9)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user