Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/swimIan/craftbeerpi3
Browse files Browse the repository at this point in the history
  • Loading branch information
swimIan committed Jul 16, 2017
2 parents a368213 + 58fd9a6 commit 98fbcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/recipe_import/beerxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def load(self, id):
StepView().reset()

try:
## Add Mashin step
Step.insert(**{"name": "MashIn", "type": mashinstep_type, "config": {"kettle": mash_kettle, "temp": mashin_temp}})
## Add Mashin step
Step.insert(**{"name": "MashIn", "type": mashinstep_type, "config": {"kettle": mash_kettle, "temp": mashin_temp}})
for row in steps:
Step.insert(**{"name": row.get("name"), "type": mashstep_type, "config": {"kettle": mash_kettle, "temp": float(row.get("temp")), "timer": row.get("timer")}})
Step.insert(**{"name": "ChilStep", "type": "ChilStep", "config": {"timer": 15}})
Expand Down

0 comments on commit 98fbcaf

Please sign in to comment.