We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0d668 commit d25b2b4Copy full SHA for d25b2b4
deviantart/deviantart_scratcher.py
@@ -86,7 +86,7 @@ def get_request_url(license):
86
Returns:
87
- str: The API Endpoint URL for the query specified by parameters.
88
"""
89
- LOG.info("Generating API Endpoint URL for specified license: %s", license)
+ LOG.info(f"Generating API Endpoint URL for specified license: {license}")
90
91
try:
92
api_key = API_KEYS[API_KEYS_IND]
0 commit comments