Whoops did a typo
This commit is contained in:
parent
d36322d0a2
commit
9ed7008ada
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -71,7 +71,7 @@ async def portfolio(ctx):
|
|||
# TODO: Raises ZeroDivisionError if user has no stocks
|
||||
total_delta = 100 * (
|
||||
(current_portfolio_total_value - yesterday_portfolio_total_value)
|
||||
/ yesterday_portfolio_value
|
||||
/ yesterday_portfolio_total_value
|
||||
)
|
||||
|
||||
data.append(
|
||||
|
|
Loading…
Add table
Reference in a new issue