From f8d36a8461fd618159b8b969a9fa4792b5e1dfe2 Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Sat, 31 Oct 2020 00:02:37 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generate_config.py b/generate_config.py index c0bcb5b..d448f9b 100644 --- a/generate_config.py +++ b/generate_config.py @@ -26,7 +26,9 @@ def series(): print("Le fichier watched_series.json a bien ete cree") def config(): - print(sys.argv) + print("Configuration du fichier user_config.json") + print(sys.argv()) + if len(sys.argv) != 7 : print("Il n'y a pas le bon nombre d'argument") sys.exit()