host on all ips

This commit is contained in:
Eljakim 2024-03-07 22:20:23 +00:00
parent 698a6cb226
commit 1f378f68b9

2
app.py
View File

@ -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')