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:
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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user