From: Ant Zucaro Date: Sat, 22 Apr 2017 19:26:51 +0000 (-0400) Subject: Parse the submission in the constructor. X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=18629d59667a65d74473520307489bd263ef9349 Parse the submission in the constructor. --- diff --git a/xonstat/views/submission.py b/xonstat/views/submission.py index 048a488..a3bd3e3 100644 --- a/xonstat/views/submission.py +++ b/xonstat/views/submission.py @@ -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: