aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-08-23 21:23:03 +0200
committerlonkaars <loek@pipeframe.xyz>2022-08-23 21:23:03 +0200
commit36bcea7edc31ad3031d4948b6b21505069211fb0 (patch)
treee5baf7abbca756ff234776bff46a70495ee9859b
parent6ab1e60cddf8ecd602d4bc0540d14afd74750018 (diff)
sloppy find/replace fix
-rw-r--r--light.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/light.py b/light.py
index 1bb32a0..3c70f23 100644
--- a/light.py
+++ b/light.py
@@ -41,7 +41,7 @@ class BekenLight(LightEntity):
self._rgb = (255, 255, 255)
self._w = 255
self._connection = BekenConnection(self._address)
- self._connection.start_processs()
+ self._connection.start_threads()
self._process = Process()
@property