fix(core): 修复部分异常;添加高级代理文件校验过程

This commit is contained in:
DLmaster
2025-02-13 13:03:44 +08:00
parent d45da439bd
commit 8936b1c41d
3 changed files with 75 additions and 16 deletions

View File

@@ -188,7 +188,7 @@ class _SystemHandler:
)
killprocess.wait()
def search_pids(path: Path) -> list:
def search_pids(self, path: Path) -> list:
"""根据路径查找进程PID"""
pids = []