bugfixing

This commit is contained in:
MuslemRahimi 2025-04-14 23:52:35 +02:00
parent 145befb4d9
commit 78e2701fce

View File

@ -329,7 +329,9 @@ def recent_earnings():
unique_str = f"{item['date']}-{item['symbol']}"
item['id'] = hashlib.md5(unique_str.encode()).hexdigest()
res_list.append(item)
if item['marketCap'] > 1E9:
res_list.append(item)
except:
pass