added debugging fo the score,

This commit is contained in:
James Scott 2012-12-17 21:06:22 -05:00
parent f0e3b804ab
commit 8a143dae2b
1 changed files with 1 additions and 0 deletions

View File

@ -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))