diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 6fa53541b..71073bcbb 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -103,7 +103,7 @@ class downloadBT(Thread): print torrent self.ffmpeg() print time.time(), "no task!" - time.sleep(10) + time.sleep(60) def test():