fix start_bot call

This commit is contained in:
Jannes Höke 2016-03-08 00:03:16 +01:00
parent 7c100bc5ba
commit f1be0d54e4

2
bot.py
View file

@ -313,5 +313,5 @@ dp.addTelegramCommandHandler('new', new_game)
dp.addTelegramCommandHandler('leave', leave_game)
dp.addErrorHandler(error)
start_bot()
start_bot(u)
u.idle()