mirror of
https://github.com/esphome/esphome.git
synced 2025-09-21 12:42:21 +01:00
Fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user