mirror of
https://github.com/stijndcl/didier.git
synced 2026-06-30 09:59:55 +02:00
Compare commits
2 commits
41b5efd12d
...
625429daff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
625429daff | ||
|
|
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