Author SHA1 Message Date
dependabot[bot]andGitHub 83e35aef06 Bump pyyaml from 4.2b1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/commits/5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 21:44:49 +00:00
Manuel83andGitHub 2b095c8c77 Update install.sh
WiringPi Removed
2019-08-20 21:17:46 +02:00
Manuel83andGitHub 63f9f5468b Update __init__.py 2019-08-08 21:29:01 +02:00
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -223,6 +223,8 @@ class FermenterView(BaseView):
def run(instance):
instance.run()
fermenter.state = not fermenter.state
cbpi.emit("UPDATE_FERMENTER", cbpi.cache.get(self.cache_key).get(id))
t = cbpi.socketio.start_background_task(target=run, instance=instance)
fermenter.state = not fermenter.state
Executable → Regular
+1 -1
View File
@@ -6,7 +6,7 @@ python-dateutil==2.5.3
python-engineio==0.9.2
python-mimeparse==1.5.2
python-socketio==1.4.4
PyYAML==4.2b1
PyYAML==5.4
requests==2.20.0
Werkzeug==0.11.10
httplib2==0.9.2