fix: be up to flake8

This commit is contained in:
teddy171 2023-01-30 09:27:03 +08:00
parent 2f96d444f8
commit cbbc8b9fe0

View File

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