From ae311ea0cf12bc9230faf3db8ddca0c50914f56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sun, 8 May 2016 17:52:06 +0200 Subject: [PATCH] next.user --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 89cb7ab..27917df 100644 --- a/bot.py +++ b/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