Skip to content

Commit d25b2b4

Browse files
authored
Updated deviantart_scratcher.py with f-string
Line 89
1 parent 3b0d668 commit d25b2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deviantart/deviantart_scratcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_request_url(license):
8686
Returns:
8787
- str: The API Endpoint URL for the query specified by parameters.
8888
"""
89-
LOG.info("Generating API Endpoint URL for specified license: %s", license)
89+
LOG.info(f"Generating API Endpoint URL for specified license: {license}")
9090

9191
try:
9292
api_key = API_KEYS[API_KEYS_IND]

0 commit comments

Comments
 (0)