remvoe leftover troubleshooting code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2023-05-28 16:00:41 -07:00
parent cf92cfc816
commit a4ab95c263

View File

@ -8,8 +8,7 @@ def parse_message(symbols, verbose):
for s in symbols.split():
try:
embeds.append(get_stock(s, verbose=verbose))
except Exception as e:
print(e)
except:
bad_tickers.append(s)
if bad_tickers:
embeds.append(_make_error_embed(bad_tickers))