From 0a30c663e492ac50f3ae320bbdfd75130a019c76 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 24 Jan 2019 17:57:59 +0800 Subject: [PATCH] Update qbittorrent_worker.py --- plugins/qbittorrent/workers/qbittorrent_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 515ba36e6..fefd234a5 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -205,7 +205,7 @@ class downloadBT(Thread): self.video_do(path) print time.time(), "done task!" else: - print time.time(), "no task!" + print time.time(), "no completed task!" time.sleep(TASK_COMPLETED_RATE)