diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 7f172a692..1f48daaed 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -158,7 +158,6 @@ class downloadBT(Thread): def completed(self): while True: - time.sleep(1) torrents = self.qb.torrents(filter='completed') if len(torrents) > 0: for torrent in torrents: