Update index.py

pull/109/head
Mr Chen 6 years ago
parent dec3464e0d
commit 74ad1e515d
  1. 2
      plugins/pm2/index.py

@ -97,7 +97,7 @@ def pm2Log():
def pm2GetList(): def pm2GetList():
try: 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( t2 = tmp[0].replace("", "").replace("", "").replace(
"", "").replace("", "").replace("", "").strip().split("") "", "").replace("", "").replace("", "").strip().split("")
if len(t2) == 1: if len(t2) == 1:

Loading…
Cancel
Save