autopep8 E272 whitespace before multiple spaces before keyword

This commit is contained in:
Jesse Mullan
2014-10-27 11:06:32 -07:00
parent 7369311501
commit 3bcea4b692

View File

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