Explorar el Código

Update __init__.py

pull/93/head
flo269 GitHub hace 8 años
padre
commit
a7d6b1b0d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      modules/base_plugins/brew_steps/__init__.py

+ 1
- 1
modules/base_plugins/brew_steps/__init__.py Ver fichero

@@ -164,7 +164,7 @@ class BoilStep(StepBase):
hop_2 = Property.Number("Hop 2 Addition", configurable=True, description="Second hop alert.")
hop_2_added = Property.Number("", default_value=None)
hop_3 = Property.Number("Hop 3 Addition", configurable=True)
hop_3_added = Property.Number("", default_value=None, description="Second hop alert.")
hop_3_added = Property.Number("", default_value=None, description="Third hop alert.")

def init(self):
'''


Cargando…
Cancelar
Guardar