diff --git a/headphones/transmission.py b/headphones/transmission.py index 11109da1..da2b54ad 100644 --- a/headphones/transmission.py +++ b/headphones/transmission.py @@ -72,7 +72,7 @@ def getTorrentFolder(torrentid): tries = 1 - while percentdone == 0 and tries < 10: + while percentdone == 0 and tries < 10: tries += 1 time.sleep(5) response = torrentAction(method, arguments)