Skip to content

Commit

Permalink
Fix affectation error
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Jan 7, 2021
1 parent c839580 commit 4833537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def load_long_description():
content = readme.read()

for icon, icon_url in GITHUB_ICONS_URLS.items():
content.replace(icon, f'<img src="{icon_url}">')
content = content.replace(icon, f'<img src="{icon_url}">')

return content

Expand Down

0 comments on commit 4833537

Please sign in to comment.