From 248d9504547a60a21b2e2fe72cd80bf39a991c16 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Fri, 19 Jun 2020 17:26:40 +0200 Subject: =?UTF-8?q?am=C3=A9lioration=20du=20code=20encore=20(et=20fonction?= =?UTF-8?q?=20debug=20pour=20aider=20au=20debug)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 49a47a3..d6f8507 100644 --- a/app.py +++ b/app.py @@ -77,7 +77,7 @@ def courbe_image(ext): "nomenfant": nomenfant}) else: reponse = flask.jsonify({ "result":result, - "messages": liste_err[1]+liste_err[0], + "messages": liste_err[2]+liste_err[1]+liste_err[0], "image": "", "export_txt": texte, "nomenfant": nomenfant}) -- cgit v1.2.3