diff --git a/plugin.py b/plugin.py index c76ef83..6f9603d 100644 --- a/plugin.py +++ b/plugin.py @@ -226,7 +226,8 @@ class Cah(callbacks.Plugin): game.votes = {} game.voting = False winner = self._tallyVotes(game.votes) - game.game.end_round(winner[0], self.cardsPlayed) + print winner + game.game.end_round(winner[0][0], self.cardsPlayed) game._msg(self.channel, "%s wins the round!" % winner[0][0]) game.nextround()