Hacky fix for inconsistently named camera.
[python_utils.git] / smart_home / tplink_utils.py
index 30d3bd83e7a40d7cd1878b0ed0a2121b62fdfc97..ea35110c7bfe6a52e81f1ab945f392ace6ff1153 100644 (file)
@@ -10,7 +10,7 @@ You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
-Modifications by Scott Gasch Copyright 2020-2022 also released under
+Modifications by Scott Gasch Copyright © 2020-2022 also released under
 the Apache 2.0 license as required by the license (see above).
 
 Unless required by applicable law or agreed to in writing, software
@@ -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,