mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2025-01-09 22:31:47 +01:00
revert
This commit is contained in:
parent
2686b9c7c5
commit
1c24a15acd
2 changed files with 1 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.4.8"
|
||||
__version__ = "4.4.9"
|
||||
__codename__ = "Yeast Starter"
|
||||
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue