next.user
This commit is contained in:
parent
b75667bb86
commit
ae311ea0cf
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -367,7 +367,7 @@ def skip_player(bot, update):
|
|||
"Next player: %s"
|
||||
% (game.current_player.waiting_time,
|
||||
display_name(
|
||||
game.current_player.user.next)))
|
||||
game.current_player.next.user)))
|
||||
game.turn()
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue