From 9a1937a8466f2e4ab0839b13f9e91ffb81616820 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 29 Sep 2023 08:34:19 -0700 Subject: [PATCH] Dont mess with the commodity string, its fucking up the logic when searching for commdities with awkward spellings (slam, e'tam, widow) --- app/star_citizen.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/star_citizen.py b/app/star_citizen.py index ce6fd977..cec9bbb1 100755 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -220,8 +220,6 @@ async def calculate_trade_profies(commodity, scu=None): scu = 696 scu_string = "a C2 Hercules full" - commodity = commodity.title() - embed = discord.Embed( description="-------", color=discord.Color.blue(), type="rich" )