Update qbittorrent_worker.py

pull/109/head
Mr Chen 6 years ago
parent 703052287c
commit 0a30c663e4
  1. 2
      plugins/qbittorrent/workers/qbittorrent_worker.py

@ -205,7 +205,7 @@ class downloadBT(Thread):
self.video_do(path)
print time.time(), "done task!"
else:
print time.time(), "no task!"
print time.time(), "no completed task!"
time.sleep(TASK_COMPLETED_RATE)

Loading…
Cancel
Save