From fffc6a966b877a02db922d6252880750bf3255a1 Mon Sep 17 00:00:00 2001 From: Linus E <75929322+Rripped@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:54:22 +0200 Subject: [PATCH] small comment --- telegram_bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index 1c5e92e..346a610 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -280,7 +280,7 @@ def send_share_update(message): def send_share_price(message): str_share_price = share_fetcher.get_share_price(str(message.text)) - bot.reply_to(message, str_share_price) + bot.reply_to(message, str_share_price) # add dollar symbol etc. @bot.message_handler(commands=['allnews', 'Allnews']) # /allnews -> get all news