Update qbittorrent_worker.py

pull/5/head
midoks 6 years ago
parent 9d88675756
commit f98e69ede7
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -165,7 +165,7 @@ class downloadBT(Thread):
for torrent in torrents: for torrent in torrents:
path = torrent['save_path'] + torrent['name'] path = torrent['save_path'] + torrent['name']
self.video_do(path) self.video_do(path)
print torrent # print torrent
print time.time(), "done task!" print time.time(), "done task!"
else: else:
print time.time(), "no task!" print time.time(), "no task!"

Loading…
Cancel
Save