From f6af744864188ad03dc17370811176f28e92019a Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 14 Apr 2024 12:31:48 +0200 Subject: [PATCH] fix flake warning --- 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 9cbe8b2..cf20c96 100644 --- a/app/src/inverter.py +++ b/app/src/inverter.py @@ -31,7 +31,7 @@ class Inverter(): # and the inverters are offline, cause the normal refgistering # needs an update on the counters. # Without this registration here the counters would not be - # reset at midnight when you restart the proxy just before + # reset at midnight when you restart the proxy just before # midnight! inverters = Config.get('inverters') # logger.debug(f'Inverters: {inverters}')