mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: no detection of spid exist in OrphanSlayer
This commit is contained in:
@@ -37,8 +37,6 @@ def orphanSlayer(ppid, spid, kill = ""):
|
||||
Lme曰:「你可以通过经常拉屎,来结交朋友(」
|
||||
"""
|
||||
while isProcessExist(ppid):
|
||||
if not isProcessExist(spid):
|
||||
return
|
||||
time.sleep(1)
|
||||
if kill:
|
||||
os.system(f"{kill} {spid}")
|
||||
|
||||
Reference in New Issue
Block a user