def POST(self): form = web.input(action=None) # there is a bug here, can you fix it? if session.room and form.action: session.room = session.room.go(form.action) web.seeother("/game")