From: Ant Zucaro Date: Sat, 21 May 2011 20:35:59 +0000 (-0400) Subject: Add missing s to to PlayerWeaponStat class to allow printing. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9126a17f6ba1869992752a9044b8f82c82abd64e;p=xonotic%2Fxonstat.git Add missing s to to PlayerWeaponStat class to allow printing. --- diff --git a/xonstat/models.py b/xonstat/models.py index 5d3f2a2..317e004 100644 --- a/xonstat/models.py +++ b/xonstat/models.py @@ -101,7 +101,7 @@ class PlayerAchievement(object): class PlayerWeaponStat(object): def __repr__(self): - return "" % (self.player_weapon_stat_id, + return "" % (self.player_weapon_stats_id, self.player_id, self.game_id)