diff --git a/app/star_citizen.py b/app/star_citizen.py index 89c0fdea..c35e5b84 100755 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -220,7 +220,9 @@ async def calculate_trade_profies(commodity, scu=None): ) response = requests.get(url, headers=headers).json()["data"] if not response: - embed.set_author(name="❌ Couldnt find that commodity: %s\n\nDid you make a typo?" % commodity) + embed.set_author( + name="❌ Couldnt find that commodity: %s\n\nDid you make a typo?" % commodity + ) return embed embed.set_author(name=commodity)