small comment

This commit is contained in:
Linus E 2022-04-26 12:54:22 +02:00
parent e96bac3865
commit fffc6a966b

View File

@ -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