]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Delete reference to old way of processing t records (once per team, not cuddled under...
authorAnt Zucaro <azucaro@gmail.com>
Thu, 19 May 2011 01:49:24 +0000 (21:49 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 19 May 2011 01:49:24 +0000 (21:49 -0400)
xonstat/views.py

index 3c1e0e4387cbb925cb884db6de631c11f53aab61..bc722249f179c302ef4e68de3aee0b269c9cf6ea 100755 (executable)
@@ -390,7 +390,6 @@ def parse_body(request):
                 # it and work on a new one (only set team info)
                 if len(player_events) != 0:
                     players.append(player_events)
-                    player_events = {'t':current_team}
     
                 player_events[key] = value