Commentaire dans le code
parent
8908b1f876
commit
eb139db0ef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue