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

disable error messages until crypto update is done

This commit is contained in:
Anson Biggs 2021-03-11 15:06:30 -07:00
parent 30f4f190df
commit 089e3344d4

5
bot.py
View File

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