Update index.py

pull/109/head
midoks 6 years ago
parent b1a9e9ccff
commit c632183797
  1. 2
      plugins/qbittorrent/index.py

@ -110,7 +110,7 @@ def initDreplace():
def status():
data = public.execShell(
"ps -ef|grep qbittorrent-nox-bin | grep -v grep | awk '{print $2}'")
"ps -ef|grep dl_worker | grep -v grep | awk '{print $2}'")
if data[0] == '':
return 'stop'
return 'start'

Loading…
Cancel
Save