Bot correction markdown and logic mistake in updater #172
@ -280,7 +280,7 @@ def send_share_update(message):
|
||||
bot.register_next_step_handler(message, send_share_price)
|
||||
|
||||
def send_share_price(message):
|
||||
str_share_price = share_fetcher.get_share_information(str(message.text))
|
||||
str_share_price = share_fetcher.get_share_information_simple(str(message.text))
|
||||
bot.reply_to(message, str_share_price)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user