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(),