From 80bca2085f1cc177ea5060b6f1f23cab19e9f410 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Fri, 18 Nov 2022 04:36:37 +0300 Subject: space fix --- src/web_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web_api.py b/src/web_api.py index 37b9867..672bfb8 100755 --- a/src/web_api.py +++ b/src/web_api.py @@ -211,6 +211,7 @@ class WebAPIServer(http.HTTPServer): dt_to = strptime_auto(s_to) return dt_from, dt_to + async def GET_consumed_energy(self, req: http.Request): dt_from, dt_to = self._get_inverter_from_to(req) wh = InverterDatabase().get_consumed_energy(dt_from, dt_to) -- cgit v1.2.3