1
0
Fork 0

Fixed copy/paste mistake in debug output

This commit is contained in:
Salvoxia 2024-03-03 18:52:22 +01:00
parent d3372be76f
commit 19b8018e0c

View file

@ -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)