1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

fixed message for if stock hasnt shown movement

This commit is contained in:
Anson 2019-02-04 13:16:22 -07:00
parent b340937a82
commit 6247bc2fb3

View File

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