Exemplo n.º 1
0
def request_match(curr_user_ride_id, match_ride_id):
    resp = RideHelper.request_match(curr_user_ride_id, match_ride_id)
    print "requested match"
    print resp
    return resp