Update index.py

This commit is contained in:
dami 2026-04-11 20:45:19 +08:00
parent b97e0df6c5
commit 91d189cf00
1 changed files with 0 additions and 3 deletions

View File

@ -285,9 +285,6 @@ def start():
def stop():
r = restyOp('stop')
pid_file = getPidFile()
if os.path.exists(pid_file):
os.remove(pid_file)
return r