update file

This commit is contained in:
MuslemRahimi 2024-06-11 19:38:04 +02:00
parent abd2ac252a
commit 8b66649a3f

View File

@ -70,7 +70,7 @@ async def get_data(ticker, con):
short_data = get_short_data(ticker, latest_outstanding_shares, latest_float_shares)
res = {**short_data, 'latestOutstandingShares': latest_outstanding_shares, 'latestFloatShares': latest_float_shares,'historicalShares': historical_shares}
except Exception as e:
#print(e)
print(e)
res = {}
return res