Update qbittorrent_worker.py

pull/109/head
Mr Chen 6 years ago
parent 6806ed3455
commit b92d9a5fc7
  1. 1
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -304,6 +304,7 @@ class downloadBT(Thread):
self.sign_torrent = torrent
# print torrent
path = torrent['save_path'] + torrent['name']
path = path.encode()
try:
self.video_do(path)
except Exception as e:

Loading…
Cancel
Save