This commit is contained in:
avollkopf 2024-12-22 19:53:49 +01:00
parent 2686b9c7c5
commit 1c24a15acd
2 changed files with 1 additions and 8 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.4.8"
__version__ = "4.4.9"
__codename__ = "Yeast Starter"

View file

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