Fixed copy/paste mistake in debug output
This commit is contained in:
parent
d3372be76f
commit
19b8018e0c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ unattended = args["unattended"]
|
|||
album_levels = args["album_levels"]
|
||||
album_level_separator = args["album_separator"]
|
||||
logging.debug("root_path = %s", root_path)
|
||||
logging.debug("root_url = %s", root_path)
|
||||
logging.debug("root_url = %s", root_url)
|
||||
logging.debug("api_key = %s", api_key)
|
||||
logging.debug("number_of_images_per_request = %d", number_of_images_per_request)
|
||||
logging.debug("number_of_assets_to_fetch_per_request = %d", number_of_assets_to_fetch_per_request)
|
||||
|
|
Loading…
Reference in a new issue