mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
autopep8 E272 whitespace before multiple spaces before keyword
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user