mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-23 06:35:51 -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)
|
self._hook_progress(status)
|
||||||
time.sleep(.5)
|
time.sleep(.5)
|
||||||
return not (download.status == 'complete')
|
return not download.status == 'complete'
|
||||||
|
|
||||||
|
|
||||||
class HttpieFD(ExternalFD):
|
class HttpieFD(ExternalFD):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue