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