From 7c14e6a5395f101c52b5482b0e164e0b2e0fc31b Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Fri, 30 Oct 2020 14:48:44 +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 a4fdedd..af31d53 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é cree") + print("Le fichier watched_series.json a bien ete cree") def config(): if len(sys.argv) != 7 :