bugfixing
This commit is contained in:
parent
d822029528
commit
2e6adf7ed8
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user