diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 515ba36e6..fefd234a5 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/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)