[niconico] fix "E225 missing whitespace around operator" error in flake8

This commit is contained in:
tsukumijima 2020-09-08 03:44:35 +09:00
parent 697fd6905d
commit dfff793dae
1 changed files with 1 additions and 1 deletions

View File

@ -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']