@@ -3,4 +3,4 @@ from app import create_app, socketio
app=create_app()
if__name__=='__main__':
socketio.run(app,port=5002,debug=True)
socketio.run(app)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.