From 1f378f68b9c698ca255bdbe1272b39b518af22b1 Mon Sep 17 00:00:00 2001 From: Eljakim Date: Thu, 7 Mar 2024 22:20:23 +0000 Subject: [PATCH] host on all ips --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 278df39..4165a0d 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')