From c69356a5d97e856b9d009735905269ffb906b640 Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Sat, 25 May 2024 20:25:02 -0400 Subject: [PATCH] and the host --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8ada520..e0bde6e 100644 --- a/main.py +++ b/main.py @@ -241,7 +241,7 @@ if __name__ == "__main__": thread.start() # Start Server - app.run(port=8008) + app.run(host='0.0.0.0', port=8008) thread = threading.Thread(target=background_saver)