From 36bcea7edc31ad3031d4948b6b21505069211fb0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 23 Aug 2022 21:23:03 +0200 Subject: sloppy find/replace fix --- light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3