Fix missing %s
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2023-06-15 16:31:55 -07:00
parent 19d9c94ae3
commit ead9d2d50a

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