diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-08-23 21:23:03 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-08-23 21:23:03 +0200 |
commit | 36bcea7edc31ad3031d4948b6b21505069211fb0 (patch) | |
tree | e5baf7abbca756ff234776bff46a70495ee9859b | |
parent | 6ab1e60cddf8ecd602d4bc0540d14afd74750018 (diff) |
sloppy find/replace fix
-rw-r--r-- | light.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |