From 9ed7008ada85f5a67b0b61233f244a5bab4b3421 Mon Sep 17 00:00:00 2001 From: socks Date: Tue, 9 Mar 2021 01:08:50 +0000 Subject: [PATCH] Whoops did a typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a0474d4..a9ad889 100644 --- a/main.py +++ b/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(