From 1c24a15acd07f7ccb6b8c2d079052885db90e7df Mon Sep 17 00:00:00 2001 From: avollkopf Date: Sun, 22 Dec 2024 19:53:49 +0100 Subject: [PATCH] revert --- cbpi/__init__.py | 2 +- cbpi/http_endpoints/http_system.py | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/cbpi/__init__.py b/cbpi/__init__.py index 8a9c69a..fc28431 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.4.8" +__version__ = "4.4.9" __codename__ = "Yeast Starter" diff --git a/cbpi/http_endpoints/http_system.py b/cbpi/http_endpoints/http_system.py index 62ccc52..a17eef4 100644 --- a/cbpi/http_endpoints/http_system.py +++ b/cbpi/http_endpoints/http_system.py @@ -40,13 +40,6 @@ class SystemHttpEndpoints: else: spindledata = False - try: - plugin_list = await self.cbpi.plugin.load_plugin_list("cbpi4spindle") - version= plugin_list[0].get("Version", "not detected") - except: - version="not detected" - - return web.json_response(data=dict( actor=self.cbpi.actor.get_state(), fermenter=self.cbpi.fermenter.get_state(),