mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2024-11-20 08:49:17 +01:00
flake8 fixs
This commit is contained in:
parent
7dde7f8459
commit
cb386a6a4c
@ -114,7 +114,7 @@ def download_library(cookie_path, library_path, progress_bar=False,
|
||||
}
|
||||
if file_info != cache_data.get(cache_file_key, {}):
|
||||
if not progress_bar:
|
||||
logger.info("Downloading: {item_title}/{url_filename}"
|
||||
logger.info("Downloading: {item_title}/{url_filename}" # noqa: E501
|
||||
.format(item_title=item_title,
|
||||
url_filename=url_filename))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user