bugfixing

This commit is contained in:
MuslemRahimi 2025-04-14 22:56:28 +02:00
parent 540f8bc352
commit d1c7b80aff

View File

@ -217,6 +217,7 @@ async def get_recent_earnings(session):
res_list.append({ res_list.append({
'symbol': symbol, 'symbol': symbol,
'date': item['date'],
'name': name, 'name': name,
'time': time, 'time': time,
'marketCap': market_cap, 'marketCap': market_cap,