Fix a threading related bug in tplink_utils.
[python_utils.git] / smart_home / tplink_utils.py
index abf4970c3c9593f76b641114716fcff88a782627..ea35110c7bfe6a52e81f1ab945f392ace6ff1153 100644 (file)
@@ -122,7 +122,7 @@ def decrypt(string: bytes) -> str:
     return result
 
 
-@timeout(10, error_message="Timed out comunicating with device.")
+@timeout(10, use_signals=False, error_message="Timed out comunicating with device.")
 def communicate_with_device(
     ip: str,
     port: int,