From 8005d14276a39e1330fe31367f96e3a45d47d441 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 26 Aug 2019 05:31:49 +0000 Subject: [PATCH] Change port of the API --- ranchimallflo_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranchimallflo_api.py b/ranchimallflo_api.py index 502cc3e..5722c84 100644 --- a/ranchimallflo_api.py +++ b/ranchimallflo_api.py @@ -639,4 +639,4 @@ async def sse(): return response if __name__ == "__main__": - app.run(debug=True, port=5010) + app.run(debug=False,host='0.0.0.0', port=5009)