Update qbittorrent_worker.py

This commit is contained in:
Mr Chen 2019-01-23 13:44:12 +08:00
parent 9fce92c7d5
commit 526ba2cd65
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class downloadBT(Thread):
print torrent
self.ffmpeg()
print time.time(), "no task!"
time.sleep(10)
time.sleep(60)
def test():