mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-27 22:04:15 +09:00
fix: be up to flake8
This commit is contained in:
parent
2f96d444f8
commit
cbbc8b9fe0
@ -260,7 +260,7 @@ class Aria2pFD(ExternalFD):
|
||||
})
|
||||
self._hook_progress(status)
|
||||
time.sleep(.5)
|
||||
return not (download.status == 'complete')
|
||||
return not download.status == 'complete'
|
||||
|
||||
|
||||
class HttpieFD(ExternalFD):
|
||||
|
Loading…
x
Reference in New Issue
Block a user