diff --git a/app.py b/app.py index 978b844..a607c8c 100644 --- a/app.py +++ b/app.py @@ -4603,4 +4603,4 @@ with app.app_context(): except Exception: pass if __name__ == '__main__': - socketio.run(app, debug=True, port=5080) \ No newline at end of file + socketio.run(app, debug=True,host='0.0.0.0', port=5080) \ No newline at end of file