Loading ccserver/handlers.py +2 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ class CCHandler(RpcHandler): logging.debug('Called %s.%s' % (self.__class__.__name__, name)) return super(CCHandler, self).__getitem__(name) @pure def list_commands(self): def list_commands(self, conn): cmd_list = [] for attr in dir(self): Loading Loading
ccserver/handlers.py +2 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ class CCHandler(RpcHandler): logging.debug('Called %s.%s' % (self.__class__.__name__, name)) return super(CCHandler, self).__getitem__(name) @pure def list_commands(self): def list_commands(self, conn): cmd_list = [] for attr in dir(self): Loading