Fix missing %s

This commit is contained in:
Luke Robles 2023-06-15 16:31:55 -07:00
parent 1d521c2636
commit 224dc788c8

View File

@ -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),