Procházet zdrojové kódy

remove xtra space in cooler_off

pull/6/head
Carl Allen před 9 roky
rodič
revize
f5561c2da8
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      modules/core/controller.py

+ 0
- 1
modules/core/controller.py Zobrazit soubor

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


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

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


Načítá se…
Zrušit
Uložit