Whoops did a typo

This commit is contained in:
socks 2021-03-09 01:08:50 +00:00
parent d36322d0a2
commit 9ed7008ada

View file

@ -71,7 +71,7 @@ async def portfolio(ctx):
# TODO: Raises ZeroDivisionError if user has no stocks # TODO: Raises ZeroDivisionError if user has no stocks
total_delta = 100 * ( total_delta = 100 * (
(current_portfolio_total_value - yesterday_portfolio_total_value) (current_portfolio_total_value - yesterday_portfolio_total_value)
/ yesterday_portfolio_value / yesterday_portfolio_total_value
) )
data.append( data.append(