Update index.py

This commit is contained in:
Mr Chen 2019-02-28 14:47:08 +08:00
parent d860405b16
commit 8f6aae7e4c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def pm2Log():
def pm2GetList():
try:
tmp = public.execShell("pm2 list|grep -v 'pm2 show'")
tmp = public.execShell(__SR + "pm2 list|grep -v 'pm2 show'")
t2 = tmp[0].replace("", "").replace("", "").replace(
"", "").replace("", "").replace("", "").strip().split("")
if len(t2) == 1: