From 5d6e32a57f41a7564ad5dbb6002bf33dd6179c10 Mon Sep 17 00:00:00 2001 From: swimIan Date: Sat, 15 Jul 2017 22:04:22 -0700 Subject: [PATCH] test --- modules/recipe_import/beerxml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/recipe_import/beerxml.py b/modules/recipe_import/beerxml.py index 702b827..6f6abb4 100644 --- a/modules/recipe_import/beerxml.py +++ b/modules/recipe_import/beerxml.py @@ -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)