mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
disable error messages until crypto update is done
This commit is contained in:
parent
30f4f190df
commit
089e3344d4
5
bot.py
5
bot.py
@ -459,8 +459,9 @@ def error(update: Update, context: CallbackContext):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Finally, send the message
|
# Finally, send the message
|
||||||
update.message.reply_text(text=message, parse_mode=telegram.ParseMode.HTML)
|
print(message)
|
||||||
update.message.reply_text(text="Please inform the bot admin of this issue.")
|
# update.message.reply_text(text=message, parse_mode=telegram.ParseMode.HTML)
|
||||||
|
# update.message.reply_text(text="Please inform the bot admin of this issue.")
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user