X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=app.py;h=d6f8507022a861e653ba1e151920fae9a2550af5;hb=442a69cbb7957120b908dd59abef0a315906ad2d;hp=49a47a34746ab50d8013a29a4cf03a2ccbcc9283;hpb=61020126080c00be471ea41a0b25109469d8bda1;p=perso%2FDenise%2Foms.git 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})