Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Jan 3, 2025
1 parent 2686b9c commit 1c24a15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.4.8"
__version__ = "4.4.9"
__codename__ = "Yeast Starter"

7 changes: 0 additions & 7 deletions cbpi/http_endpoints/http_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ async def state(self, request):
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(),
Expand Down

0 comments on commit 1c24a15

Please sign in to comment.