diff --git a/stockBot.py b/stockBot.py index 02571fe..e72c6e6 100644 --- a/stockBot.py +++ b/stockBot.py @@ -96,7 +96,7 @@ def stockInfo(bot, update): + "%**" ) else: - move = ", the stock hasn't shown any movement today." + message = message + ", the stock hasn't shown any movement today." update.message.reply_text( text=message, parse_mode=telegram.ParseMode.MARKDOWN )