From 05926f634ff455b251cbe71c225ea2d026bc022a Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 23 Nov 2018 19:11:48 +0100 Subject: [PATCH] Fix --- esphomeyaml/dashboard/dashboard.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/esphomeyaml/dashboard/dashboard.py b/esphomeyaml/dashboard/dashboard.py index eaec614eb2..4254c098ed 100644 --- a/esphomeyaml/dashboard/dashboard.py +++ b/esphomeyaml/dashboard/dashboard.py @@ -318,6 +318,9 @@ class PingThread(threading.Thread): try: item.get(0.1) + except OSError: + # ping not installed + pass except multiprocessing.TimeoutError: pass