Explorar el Código

test

tags/3.1_alpha
swimIan hace 8 años
padre
commit
5d6e32a57f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      modules/recipe_import/beerxml.py

+ 1
- 0
modules/recipe_import/beerxml.py Ver fichero

@@ -51,6 +51,7 @@ class BeerXMLImport(FlaskView):
name = self.getRecipeName(id)
self.api.set_config_parameter("brew_name", name)
boil_time = self.getBoilTime(id)
mashin_temp = self.getMashinTemp(id)
mashinstep_type = cbpi.get_config_parameter("step_mashin", "MashInStep")
mashstep_type = cbpi.get_config_parameter("step_mash", "MashStep")
mash_kettle = cbpi.get_config_parameter("step_mash_kettle", None)


Cargando…
Cancelar
Guardar