From 4eb68cbdbb9f0094e6775388bdfc00a93c0bc45a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 23 Jan 2019 19:47:13 +0800 Subject: [PATCH] Update qbittorrent_worker.py --- plugins/qbittorrent/workers/qbittorrent_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 57484b194..1aaa3b426 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -140,7 +140,7 @@ class downloadBT(Thread): # '/Users/midoks/Desktop/www/btplayer/public/video/test.mp4') else: print time.time(), "no task!" - time.sleep(60) + time.sleep(3) def test():