From 089e3344d4b254560def0872d945b4df337cf30a Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 11 Mar 2021 15:06:30 -0700 Subject: [PATCH] disable error messages until crypto update is done --- bot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index baa3c22..2323975 100644 --- a/bot.py +++ b/bot.py @@ -459,8 +459,9 @@ def error(update: Update, context: CallbackContext): ) # Finally, send the message - update.message.reply_text(text=message, parse_mode=telegram.ParseMode.HTML) - update.message.reply_text(text="Please inform the bot admin of this issue.") + print(message) + # 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():