diff --git a/app.py b/app.py index 49d3812..aadbb88 100644 --- a/app.py +++ b/app.py @@ -18,5 +18,5 @@ def index(): return render_template('index.html', data={"conditions": conditions}) if __name__ == '__main__': - app.run(host='0.0.0.0', port=8080) + app.run(host='0.0.0.0', port=8080, debug=True) diff --git a/templates/index.html b/templates/index.html index 75dc04b..05ce2cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@
-