From 50a60023dca579247e43bb8406788dc10748249d Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Sat, 31 Oct 2020 00:07:53 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'generate=5Fconfig.?= =?UTF-8?q?py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generate_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_config.py b/generate_config.py index 7f75172..e6553e8 100644 --- a/generate_config.py +++ b/generate_config.py @@ -28,7 +28,7 @@ def series(): def config(): print("Configuration du fichier user_config.json") - print(sys.argv()) + print(sys.argv) if len(sys.argv) != 7 : print("Il n'y a pas le bon nombre d'argument")