diff --git a/Mac/laZagne.py b/Mac/laZagne.py index ef29983e..5a08e29d 100755 --- a/Mac/laZagne.py +++ b/Mac/laZagne.py @@ -263,7 +263,7 @@ def runLaZagne(category_choosed='all'): start_time = time.time() - for r in runLaZagne(): + for r in runLaZagne(category_choosed): pass # if constant.output == 'json' or constant.output == 'all':