From 224dc788c818f2583db451f058c2381dd04a5cfb Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 15 Jun 2023 16:31:55 -0700 Subject: [PATCH] Fix missing %s --- app/star_citizen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/star_citizen.py b/app/star_citizen.py index 14a85731..cdd24bb0 100644 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -262,7 +262,7 @@ async def calculate_trade_profies(commodity, scu=None): break embed.add_field( - name="Most profitable place to sell %s of " % (scu_string, commodity), + name="Most profitable place to sell %s of %s" % (scu_string, commodity), value="%s: $%s" % ( max(profits, key=profits.get),