From 1146bc2ee25e60b6f4795be6fbbd1281bfd1ba91 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 24 Nov 2018 14:23:42 +0100 Subject: [PATCH] Undo temporary commit --- esphomeyaml/dashboard/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/dashboard/dashboard.py b/esphomeyaml/dashboard/dashboard.py index 79b1ed79ff..44950c7d25 100644 --- a/esphomeyaml/dashboard/dashboard.py +++ b/esphomeyaml/dashboard/dashboard.py @@ -306,7 +306,7 @@ class PingThread(threading.Thread): PING_REQUEST.clear() def callback(ret): - PING_RESULT[ret[0]] = True # ret[1] + PING_RESULT[ret[0]] = ret[1] entries = _list_dashboard_entries() queue = collections.deque()