mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
fix: be up to flake8
This commit is contained in:
parent
2f96d444f8
commit
cbbc8b9fe0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue