Explorar el Código

remove xtra space in cooler_off

pull/6/head
Carl Allen hace 8 años
padre
commit
f5561c2da8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      modules/core/controller.py

+ 0
- 1
modules/core/controller.py Ver fichero

@@ -133,7 +133,6 @@ class FermenterController(ControllerBase, ActorController, SensorController):

@cbpi.try_catch(None)
def cooler_off(self):

f = self.api.cache.get("fermenter").get(self.fermenter_id)
if f.cooler is not None:
self.actor_off(int(f.cooler))


Cargando…
Cancelar
Guardar