From 5cc251edfbf696a6eff2f9850480da31d74705b7 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 24 Nov 2018 12:19:02 +0100 Subject: [PATCH] Temporary commit for screenshot --- 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 44950c7d25..79b1ed79ff 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]] = ret[1] + PING_RESULT[ret[0]] = True # ret[1] entries = _list_dashboard_entries() queue = collections.deque()