mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-10 02:55:27 +02:00
test
This commit is contained in:
@@ -51,7 +51,6 @@ class BeerXMLImport(FlaskView):
|
|||||||
name = self.getRecipeName(id)
|
name = self.getRecipeName(id)
|
||||||
self.api.set_config_parameter("brew_name", name)
|
self.api.set_config_parameter("brew_name", name)
|
||||||
boil_time = self.getBoilTime(id)
|
boil_time = self.getBoilTime(id)
|
||||||
mashin_temp = self.getMashinTemp(id)
|
|
||||||
mashinstep_type = cbpi.get_config_parameter("step_mashin", "MashInStep")
|
mashinstep_type = cbpi.get_config_parameter("step_mashin", "MashInStep")
|
||||||
mashstep_type = cbpi.get_config_parameter("step_mash", "MashStep")
|
mashstep_type = cbpi.get_config_parameter("step_mash", "MashStep")
|
||||||
mash_kettle = cbpi.get_config_parameter("step_mash_kettle", None)
|
mash_kettle = cbpi.get_config_parameter("step_mash_kettle", None)
|
||||||
|
|||||||
Reference in New Issue
Block a user