Skip to content

Commit

Permalink
Merge pull request #214 from MikiEremiki/develop
Browse files Browse the repository at this point in the history
fix: устранение синтаксической ошибки в common_hl.py
  • Loading branch information
MikiEremiki authored Nov 18, 2024
2 parents 280467d + c02c50b commit 0a247fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conv_hl/common_hl.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
CommandHandler('start', main_hl.start),
CommandHandler('help', main_hl.help_command),
CommandHandler('reset', main_hl.reset),
],
]

filterwarnings(action="ignore",
message=r".*CallbackQueryHandler",
Expand Down

0 comments on commit 0a247fd

Please sign in to comment.