Author SHA1 Message Date
Manuel83andGitHub ea5ee44295 Update install.sh 2019-08-19 06:32:56 +02:00
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ show_menu () {
if [ $? = 0 ]; then
apt-get -y update; apt-get -y upgrade;
fi
apt-get -y install python-setuptools
easy_install pip
apt-get -y install python-dev
-2
View File
@@ -223,8 +223,6 @@ 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
Regular → Executable
+1 -1
View File
@@ -9,6 +9,6 @@ python-socketio==1.4.4
PyYAML==4.2b1
requests==2.20.0
Werkzeug==0.11.10
httplib2==0.19.0
httplib2==0.9.2
flask-classy==0.6.10
GitPython==2.1.3