remove print

This commit is contained in:
MuslemRahimi 2024-09-06 12:52:32 +02:00
parent 4c2343cc9e
commit f76738f5e9

View File

@ -114,8 +114,7 @@ with db_connection(INSTITUTE_DB) as cursor:
#------Start Stock Screener--------#
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--------#