Loading ccserver/handlers.py +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ class ClientHandler(OnlineCCHandler): tags += ('id', 'role') for obj in objects: for key in obj.keys(): if tags is not None and key not in tags: if tags is not None and key not in tags or key.startswith('__'): del obj[key] uniq_objects[obj['id']] = obj Loading Loading
ccserver/handlers.py +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ class ClientHandler(OnlineCCHandler): tags += ('id', 'role') for obj in objects: for key in obj.keys(): if tags is not None and key not in tags: if tags is not None and key not in tags or key.startswith('__'): del obj[key] uniq_objects[obj['id']] = obj Loading