]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Parse the submission in the constructor.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 22 Apr 2017 19:26:51 +0000 (15:26 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 22 Apr 2017 19:26:51 +0000 (15:26 -0400)
xonstat/views/submission.py

index 048a48863e2907b18913e620228b71fcd05d1148..a3bd3e3d044e32af84b014b66e1435a274575042 100644 (file)
@@ -91,6 +91,8 @@ class Submission(object):
         # does any human have a fastest cap?
         self.human_fastest = False
 
+        self.parse()
+
     def next_item(self):
         """Returns the next key:value pair off the queue."""
         try: