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 fcbae9a commit b5b1bdc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@ async def handler_other_messages(update: Update, context: ContextTypes.DEFAULT_T
await update.message.reply_text(ans.err_message_type)


@errors_solver
@log_formatter
async def handler_other_messages(update: Update, context: ContextTypes.DEFAULT_TYPE):
await update.message.reply_text(ans.unreadable_file_error)
marketing.print_exc_format(tg_id=update.message.chat_id)


@errors_solver
@log_formatter
async def handler_register(update: Update, context: ContextTypes.DEFAULT_TYPE):
Expand Down

0 comments on commit b5b1bdc

Please sign in to comment.