Skip to content

Commit

Permalink
Add missing f in f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmclaug committed Apr 21, 2023
1 parent dfe0d00 commit 23e4b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def manage_info(http):
return releases

def download_release(http, release, output_dir, translators):
print("Fetching Release: {release.name} by {release.artists}")
print(f"Fetching Release: {release.name} by {release.artists}")

# get html file of user selected release
resp = http.request("GET", release.link)
Expand Down

0 comments on commit 23e4b57

Please sign in to comment.