Update qbittorrent_worker.py

pull/109/head
midoks 6 years ago
parent 1185c5b887
commit 088bcdb19d
  1. 1
      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:

Loading…
Cancel
Save