Add notification at the end of a mashstep.

This commit is contained in:
swimIan
2017-07-20 16:44:57 -07:00
parent 1184107e50
commit 1c4e16e358
@@ -57,6 +57,7 @@ class MashStep(StepBase):
# Check if timer finished and go to next step # Check if timer finished and go to next step
if self.is_timer_finished() == True: if self.is_timer_finished() == True:
self.notify("Step Completed!", "Starting the next step", timeout=None)
self.next() self.next()