This commit is contained in:
Eljakim Herrewijnen 2024-03-07 23:14:29 +01:00
parent f701e55e9b
commit 72a04ec213
2 changed files with 2 additions and 1 deletions

2
app.py
View File

@ -32,4 +32,4 @@ def index():
return render_template('index.html', story=story)
if __name__ == '__main__':
app.run(host='0.0.0.0')
app.run() #host='0.0.0.0'

View File

@ -1 +1,2 @@
Flask==2.2.2
Werkzeug==2.2.2