fix broken method call
This commit is contained in:
parent
a02813477a
commit
becc7e28dc
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -564,7 +564,7 @@ def process_result(bot, update):
|
|||
do_call_bluff(bot, player)
|
||||
elif result_id == 'draw':
|
||||
reset_waiting_time(bot, player)
|
||||
do_draw(player)
|
||||
do_draw(bot, player)
|
||||
elif result_id == 'pass':
|
||||
game.turn()
|
||||
elif result_id in c.COLORS:
|
||||
|
|
Loading…
Reference in a new issue