[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]
|
timer = [None]
|
||||||
heartbeat_lock = None
|
heartbeat_lock = None
|
||||||
download_complete = False
|
download_complete = False
|
||||||
if 'heartbeat_url'in info_dict:
|
if 'heartbeat_url' in info_dict:
|
||||||
heartbeat_lock = threading.Lock()
|
heartbeat_lock = threading.Lock()
|
||||||
|
|
||||||
heartbeat_url = info_dict['heartbeat_url']
|
heartbeat_url = info_dict['heartbeat_url']
|
||||||
|
|
Loading…
Reference in New Issue