From 2eeb92ecfeef84bd3f5860c62b40506236880713 Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Fri, 30 Oct 2020 23:58:13 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/generate_config.py b/generate_config.py index af31d53..c0bcb5b 100644 --- a/generate_config.py +++ b/generate_config.py @@ -26,6 +26,7 @@ def series(): print("Le fichier watched_series.json a bien ete cree") def config(): + print(sys.argv) if len(sys.argv) != 7 : print("Il n'y a pas le bon nombre d'argument") sys.exit()