From 266c6cb22c79d052de76f298f96abda30db9d80d Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Fri, 30 Oct 2020 12:50:10 +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, 2 insertions(+), 2 deletions(-) diff --git a/generate_config.py b/generate_config.py index a3c079d..a4fdedd 100644 --- a/generate_config.py +++ b/generate_config.py @@ -23,7 +23,7 @@ def series(): with open('watched_series.json', 'w') as json_file: config = json.dump(series, json_file) - print("Le fichier watched_series.json a bien été créé") + print("Le fichier watched_series.json a bien été cree") def config(): if len(sys.argv) != 7 : @@ -54,7 +54,7 @@ def config(): with open('user_config.json', 'w') as json_file: config = json.dump(config, json_file) - print("Le fichier user_config a bien été créé") + print("Le fichier user_config a bien ete cree") return