Fix missing %s
This commit is contained in:
parent
1d521c2636
commit
224dc788c8
@ -262,7 +262,7 @@ async def calculate_trade_profies(commodity, scu=None):
|
|||||||
break
|
break
|
||||||
|
|
||||||
embed.add_field(
|
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"
|
value="%s: $%s"
|
||||||
% (
|
% (
|
||||||
max(profits, key=profits.get),
|
max(profits, key=profits.get),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user