From e18f18bfc0ae57bba114254fe19a42b1885e972e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Gim=C3=A9nez?= Date: Wed, 5 Aug 2020 01:00:55 -0300 Subject: [PATCH] python3 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index e331abb..007be39 100644 --- a/__init__.py +++ b/__init__.py @@ -29,4 +29,4 @@ def finish(self): pass def execute(self): - self.next() + next(self)