def run(self): response = ServerRequest.run(self, self.article) return response
def run(self, method, args=None): cmd = ISIServerCommand(method, args) response = ServerRequest.run(self, cmd) return response