Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update covid.py
Browse files Browse the repository at this point in the history
remove f-string
  • Loading branch information
code-rgb authored Nov 22, 2020
1 parent 5bb25a8 commit 9f2bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/utils/covid.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def covid(message: Message):
)
result += f"**population** : `{data['population']}`\n"
else:
result += f"<u>Covid Status in the world</u>\n\n"
result += "<u>Covid Status in the world</u>\n\n"
result += f"**total active cases** : `{covid_.get_total_active_cases()}`\n"
result += (
f"**total confirmed cases** : `{covid_.get_total_confirmed_cases()}`\n"
Expand Down

0 comments on commit 9f2bdcd

Please sign in to comment.