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