From f64faee3ca3580e0a7d4d99688bc9b228770165f Mon Sep 17 00:00:00 2001 From: Blitz Date: Wed, 18 Jan 2017 15:12:17 +0100 Subject: [PATCH] Fix args for Linux Same issue with args for Linux --- Linux/laZagne.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/laZagne.py b/Linux/laZagne.py index ef29983e..5a08e29d 100755 --- a/Linux/laZagne.py +++ b/Linux/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':