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)