From 72a04ec213026e2d1adf446a008a5d5b499e64c1 Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Thu, 7 Mar 2024 23:14:29 +0100 Subject: [PATCH] bug --- app.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 9155627..278df39 100644 --- a/app.py +++ b/app.py @@ -32,4 +32,4 @@ def index(): return render_template('index.html', story=story) if __name__ == '__main__': - app.run(host='0.0.0.0') \ No newline at end of file + app.run() #host='0.0.0.0' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c9edc1a..2897c25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ Flask==2.2.2 +Werkzeug==2.2.2 \ No newline at end of file