From cdc591061679b9a0ed55fa0973b66656b97d540c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 24 Jan 2019 16:37:26 +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 91993bbc1..c040c1f05 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -158,8 +158,8 @@ class downloadBT(Thread): while True: torrents = self.qb.torrents() tlen = len(torrents) - print "downloading torrents count:", tlen if tlen > 0: + print "downloading torrents count:", tlen for torrent in torrents: print torrent else: