1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-23 22:51:39 +00:00

fixed message for if stock hasnt shown movement

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

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