From 2685496a25563da47e53785439ce6d8558d6a9a7 Mon Sep 17 00:00:00 2001 From: wez3 Date: Mon, 9 Jan 2017 21:30:35 +0100 Subject: [PATCH] Modify retrieveValues array order to fix issue #62 --- templates/camera.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/camera.html b/templates/camera.html index c95936c..693a5ad 100644 --- a/templates/camera.html +++ b/templates/camera.html @@ -11,12 +11,12 @@

{% for k, v in blockArray[count]["camera"].iteritems() %} - {% if v[1] %} + {% if v[0] %} {% endif %}
- +
{% endfor %}