fix start_bot call
This commit is contained in:
parent
7c100bc5ba
commit
f1be0d54e4
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -313,5 +313,5 @@ dp.addTelegramCommandHandler('new', new_game)
|
|||
dp.addTelegramCommandHandler('leave', leave_game)
|
||||
dp.addErrorHandler(error)
|
||||
|
||||
start_bot()
|
||||
start_bot(u)
|
||||
u.idle()
|
||||
|
|
Loading…
Reference in a new issue