]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
It's a medal, not a rank.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 5 Nov 2016 23:41:44 +0000 (19:41 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 5 Nov 2016 23:41:44 +0000 (19:41 -0400)
xonstat/models/player.py

index 2564dd3317acd666735a562607d10ff3a34c0905..5b7f97beec333af24238840023e168ffb78931f6 100644 (file)
@@ -210,4 +210,4 @@ class PlayerMedal(object):
     """
 
     def __repr__(self):
-        return "<PlayerRank(pid={0.player_id}, place={0.place}, alt={0.alt})>".format(self)
+        return "<PlayerMedal(pid={0.player_id}, place={0.place}, alt={0.alt})>".format(self)