mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 19:31:46 +01:00
Fix
This commit is contained in:
parent
7197232f3a
commit
05926f634f
1 changed files with 3 additions and 0 deletions
|
@ -318,6 +318,9 @@ class PingThread(threading.Thread):
|
|||
|
||||
try:
|
||||
item.get(0.1)
|
||||
except OSError:
|
||||
# ping not installed
|
||||
pass
|
||||
except multiprocessing.TimeoutError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue