示例#1
0
 def removeGame(self, id):
     MyGame.delete_from_db(id)
     raise cherrypy.HTTPRedirect("/")