From 43f513ecbf5d1dcff18ba51dc7e015c1cfda33f0 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Fri, 15 Dec 2023 23:42:32 +0100 Subject: [PATCH] fix typo --- app/src/inverter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/inverter.py b/app/src/inverter.py index 2c16631..162579e 100644 --- a/app/src/inverter.py +++ b/app/src/inverter.py @@ -28,7 +28,7 @@ class Inverter(AsyncStream): class methods: class_init(): initialize the common resources of the proxy (MQTT broker, Proxy DB, etc). Must be called before the - first Ib“verter instance can be created + first inverter instance can be created class_close(): release the common resources of the proxy. Should not be called before any instances of the class are destroyed