summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/status.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tpl b/templates/status.tpl
index 939f77d..46fe034 100644
--- a/templates/status.tpl
+++ b/templates/status.tpl
@@ -110,7 +110,7 @@
</tr>
% for i, spec in enumerate(run_queue):
% obj = json.loads(spec['text'])
-% name = obj.keys()[0]
+% name = list(obj)[0]
% fields = obj[name]
<tr>
<td>{{i+1}}</td>