1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 00:18:21 +00:00
This commit is contained in:
Otto Winter 2018-11-23 19:11:48 +01:00
parent 7197232f3a
commit 05926f634f
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -318,6 +318,9 @@ class PingThread(threading.Thread):
try: try:
item.get(0.1) item.get(0.1)
except OSError:
# ping not installed
pass
except multiprocessing.TimeoutError: except multiprocessing.TimeoutError:
pass pass