Update qbittorrent_worker.py

This commit is contained in:
Mr Chen 2019-01-23 19:47:13 +08:00
parent 5b164ee478
commit 4eb68cbdbb
1 changed files with 1 additions and 1 deletions

View File

@ -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():