bugfixing

This commit is contained in:
MuslemRahimi 2025-04-10 11:00:03 +02:00
parent d822029528
commit 2e6adf7ed8

View File

@ -598,6 +598,7 @@ async def get_highest_revenue():
marketCap = quote_data.get('marketCap')
name = quote_data.get('name')
if marketCap >= 1E9:
# Append stock data to res_list if it meets the criteria
res_list.append({
'symbol': symbol,