From c632183797ff44f0f07351e9a65f6f1eca64f2cc Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 22 Jan 2019 23:17:39 +0800 Subject: [PATCH] Update index.py --- plugins/qbittorrent/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/index.py b/plugins/qbittorrent/index.py index 12f335e28..2b226d93e 100755 --- a/plugins/qbittorrent/index.py +++ b/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'