From 18629d59667a65d74473520307489bd263ef9349 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 22 Apr 2017 15:26:51 -0400 Subject: [PATCH] Parse the submission in the constructor. --- xonstat/views/submission.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.2