def DELETE(self): get_data = web.input(channel="") db.setVisible(dbase, get_data.channel, False) return
def PUT(self): get_data = web.input(channel="") db.setVisible(dbase, get_data.channel, True) return