Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed May 29, 2024
1 parent 88fba0b commit a4a683b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bot/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,4 +845,3 @@ def levelup_callback(call: CallbackQuery):
bot.edit_message_reply_markup(
call.message.chat.id, call.message.id, reply_markup=None
)

2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main():
bot_commands_init()
init_middlewars()
init_threads()

bot.infinity_polling(timeout=500, skip_pending=True)


Expand Down

0 comments on commit a4a683b

Please sign in to comment.