From: Ant Zucaro Date: Mon, 24 Jun 2013 22:01:48 +0000 (-0400) Subject: Add a missing description attribute. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fcdf8cfcbb3f4813e6a224bc576b9e54fc192964;p=xonotic%2Fxonstat.git Add a missing description attribute. --- diff --git a/xonstat/views/player.py b/xonstat/views/player.py index 8bdc257..d299d88 100644 --- a/xonstat/views/player.py +++ b/xonstat/views/player.py @@ -241,7 +241,8 @@ def get_overall_stats(player_id): total_captures = os.total_captures, cap_ratio = os.cap_ratio, total_carrier_frags = os.total_carrier_frags, - game_type_cd = os.game_type_cd) + game_type_cd = os.game_type_cd, + game_type_descr = os.game_type_descr) return overall_stats