mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-01-07 13:47:54 +01:00
[niconico] fix "E225 missing whitespace around operator" error in flake8
This commit is contained in:
parent
697fd6905d
commit
dfff793dae
@ -370,7 +370,7 @@ class FileDownloader(object):
|
||||
timer = [None]
|
||||
heartbeat_lock = None
|
||||
download_complete = False
|
||||
if 'heartbeat_url'in info_dict:
|
||||
if 'heartbeat_url' in info_dict:
|
||||
heartbeat_lock = threading.Lock()
|
||||
|
||||
heartbeat_url = info_dict['heartbeat_url']
|
||||
|
Loading…
Reference in New Issue
Block a user