small comment
This commit is contained in:
parent
e96bac3865
commit
fffc6a966b
@ -280,7 +280,7 @@ def send_share_update(message):
|
|||||||
|
|
||||||
def send_share_price(message):
|
def send_share_price(message):
|
||||||
str_share_price = share_fetcher.get_share_price(str(message.text))
|
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
|
@bot.message_handler(commands=['allnews', 'Allnews']) # /allnews -> get all news
|
||||||
|
Loading…
Reference in New Issue
Block a user