From f98e69ede7dd9da53a2a92b74c4bfce82f7c6ccb Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 23 Jan 2019 23:51:17 +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 f219dcf23..7e7ba0aa4 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -165,7 +165,7 @@ class downloadBT(Thread): for torrent in torrents: path = torrent['save_path'] + torrent['name'] self.video_do(path) - print torrent + # print torrent print time.time(), "done task!" else: print time.time(), "no task!"