Commentaire dans le code

main
stef 2025-07-14 01:17:05 +02:00
parent 8908b1f876
commit eb139db0ef
1 changed files with 1 additions and 4 deletions

View File

@ -14,9 +14,6 @@ metrics.info('app_info', 'Application info', version='1.0.0')
def hello_geek():
return render_template('index.html')
if __name__ == "__main__":
app.run(debug=False,host='0.0.0.0', port=8000)
# app.run(host='0.0.0.0', port=8000)
# Ne surtout pas activer le debug !, cela entre en collision avec l'exporter