From c4880e241d1e8266525b624fc0b0110d559e0b77 Mon Sep 17 00:00:00 2001 From: Josh Shepherd <121684911+Optimized-Coder@users.noreply.github.com> Date: Thu, 19 Jan 2023 21:40:54 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 80b31bd..98a4bf6 100644 --- a/app.py +++ b/app.py @@ -2,4 +2,4 @@ if __name__ == '__main__': app = create_app() - app.run(debug=True) \ No newline at end of file + app.run(debug=False, host='0.0.0.0')