mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Add missing format specifier
This commit is contained in:
parent
41b5efd12d
commit
8ae9b5f77c
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class CovidData(EmbedPydantic):
|
|||
recovered_indicator = self._trend_indicator(self.today.today_recovered, self.yesterday.today_recovered)
|
||||
embed.add_field(
|
||||
name="Recovered (Today)",
|
||||
value=f"{self.today.recovered} **({self.today.today_recovered:,})** {recovered_indicator}".replace(
|
||||
value=f"{self.today.recovered:,} **({self.today.today_recovered:,})** {recovered_indicator}".replace(
|
||||
",", "."
|
||||
),
|
||||
inline=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue