X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=site.py;h=7348472c247a130aec058d6a77d6c0c88f6518f4;hp=e4c926eb4a1e1d754a9dd34ad419666d08a6a466;hb=d38793f9260c1ca8b96a049d04cc801413c8fb0e;hpb=5679dfd03c9761283e3a36d6d09798aaa334e1e9 diff --git a/site.py b/site.py index e4c926e..7348472 100644 --- a/site.py +++ b/site.py @@ -72,4 +72,5 @@ def export_donnees(): return flask.Response(texte,mimetype="text/plain") -app.run(host='0.0.0.0',debug=True) \ No newline at end of file +if __name__ == "__main__": + app.run(host='0.0.0.0',debug=True) \ No newline at end of file