Skip to content

Commit

Permalink
Update handlers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iskomir committed Apr 21, 2024
1 parent 78a03fe commit 52ce0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async def handler_print(update: Update, context: ContextTypes.DEFAULT_TYPE):
return
await context.bot.send_message(
chat_id=update.effective_user.id,
text=ans.print_err,
text=ans.unreadable_file_error,
parse_mode=ParseMode('HTML'),
)
logging.warning(f'{log_actor(update)} print unknown error')
Expand Down

0 comments on commit 52ce0fb

Please sign in to comment.