remove print
This commit is contained in:
parent
4c2343cc9e
commit
f76738f5e9
@ -115,7 +115,6 @@ with db_connection(INSTITUTE_DB) as cursor:
|
||||
with open(f"json/stock-screener/data.json", 'rb') as file:
|
||||
stock_screener_data = orjson.loads(file.read())
|
||||
|
||||
print([item for item in stock_screener_data if item['symbol'] == 'TYL'])
|
||||
#------End Stock Screener--------#
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user