Bläddra i källkod

test

tags/3.1_alpha
swimIan 8 år sedan
förälder
incheckning
5d6e32a57f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      modules/recipe_import/beerxml.py

+ 1
- 0
modules/recipe_import/beerxml.py Visa fil

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


Laddar…
Avbryt
Spara