Merge branch 'master' into patch2

This commit is contained in:
swimIan
2017-09-29 13:43:51 -07:00
committed by GitHub
4 changed files with 8 additions and 6 deletions
@@ -234,6 +234,7 @@ class BoilStep(StepBase):
self.check_hop_timer(4, self.hop_4)
self.check_hop_timer(5, self.hop_5)
self.check_fining_timer(self.fining)
# Check if timer finished and go to next step
if self.is_timer_finished() == True:
self.notify("Boil Step Completed!", "Starting the next step", timeout=None)