From 8a143dae2b8095f2830797e99baf20a68c88293c Mon Sep 17 00:00:00 2001 From: James Scott Date: Mon, 17 Dec 2012 21:06:22 -0500 Subject: [PATCH] added debugging fo the score, --- plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.py b/plugin.py index 1994b8f..0f26a42 100644 --- a/plugin.py +++ b/plugin.py @@ -201,6 +201,7 @@ class Cah(callbacks.Plugin): #scores = [] winner = None formattedScores = [] + print cah.score winner = self._findHighScore(cah.score) for name, score in cah.score.iteritems(): formattedScores.append("%s: %d" % (name, score))