bug
This commit is contained in:
parent
f701e55e9b
commit
72a04ec213
2
app.py
2
app.py
@ -32,4 +32,4 @@ def index():
|
|||||||
return render_template('index.html', story=story)
|
return render_template('index.html', story=story)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0')
|
app.run() #host='0.0.0.0'
|
@ -1 +1,2 @@
|
|||||||
Flask==2.2.2
|
Flask==2.2.2
|
||||||
|
Werkzeug==2.2.2
|
Loading…
Reference in New Issue
Block a user