bugfixing
This commit is contained in:
parent
145befb4d9
commit
78e2701fce
@ -329,7 +329,9 @@ def recent_earnings():
|
|||||||
|
|
||||||
unique_str = f"{item['date']}-{item['symbol']}"
|
unique_str = f"{item['date']}-{item['symbol']}"
|
||||||
item['id'] = hashlib.md5(unique_str.encode()).hexdigest()
|
item['id'] = hashlib.md5(unique_str.encode()).hexdigest()
|
||||||
res_list.append(item)
|
|
||||||
|
if item['marketCap'] > 1E9:
|
||||||
|
res_list.append(item)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user