From ed8d6d5d713047cb4595cb6a68aa4e36d8dc7384 Mon Sep 17 00:00:00 2001 From: null Date: Sun, 18 Feb 2024 16:04:29 +0100 Subject: [PATCH] add live reload --- app.py | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - Paper-Like Website + Trading Zone Website