From 4387308e58344d87adf7617a2ad2af33cca832c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Gim=C3=A9nez?= Date: Wed, 5 Aug 2020 00:51:22 -0300 Subject: [PATCH] python3 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)