From ed598bf4964b59f42415af07daf90f07f7748ae0 Mon Sep 17 00:00:00 2001 From: 0/0 Date: Tue, 26 Jan 2021 12:45:42 -0700 Subject: [PATCH] formatting isn't in a round() call --- cogs/future_simulations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/future_simulations.py b/cogs/future_simulations.py index 83c910a..42fbf36 100644 --- a/cogs/future_simulations.py +++ b/cogs/future_simulations.py @@ -127,7 +127,7 @@ def agree(c): e.add_field(name=_("Total Cases"), value=format(ret_data["total_cases"], ",")) e.add_field(name=_("Total Deaths"), value=format(ret_data["total_deaths"], ",")) await msg.edit(embed=e, content=_("Took {0} seconds ({1}ns) to run.", - format(round(tt/1000000000), ","), format(round(tt, ",")))) + format(round(tt/1000000000, 2), ","), format(tt, ","))) setup = FutureSimulationsCog.setup