Переглянути джерело

remove xtra space in cooler_off

pull/6/head
Carl Allen 8 роки тому
джерело
коміт
f5561c2da8
1 змінених файлів з 0 додано та 1 видалено
  1. +0
    -1
      modules/core/controller.py

+ 0
- 1
modules/core/controller.py Переглянути файл

@@ -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))


Завантаження…
Відмінити
Зберегти