diff --git a/app.py b/app.py index d3b38ba..978b844 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=5000) \ No newline at end of file + socketio.run(app, debug=True, port=5080) \ No newline at end of file