Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Jun 11, 2024
1 parent abd2ac2 commit 8b66649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cron_share_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b66649

Please sign in to comment.