diff --git a/__init__.py b/__init__.py index 816c132..f742557 100644 --- a/__init__.py +++ b/__init__.py @@ -91,4 +91,4 @@ def execute(self): if self.is_timer_finished() == True and self.s == False: self.s = True self.notify("Mash Step Completed!", "Starting the next step", timeout=None) - self.next() + next(self)