From 18f82286ceccfff002bcd9257f37bb2ee82d2733 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 12 Feb 2019 23:18:04 -0700 Subject: [PATCH] fixed a space --- bot/stockBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/stockBot.py b/bot/stockBot.py index 60608bf..6f48c61 100644 --- a/bot/stockBot.py +++ b/bot/stockBot.py @@ -82,7 +82,7 @@ def news(bot, update): elif change < 0: message = ( message - + ", the stock is currently **down" + + ", the stock is currently **down " + str(change) + "%**" )