Loading ccserver/ccserver.py +2 −1 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ class CCServer(object): return objects ids = [x['id'] for x in objects] objects = self.objects.some(ids, to_show) objects_dicts = [] Loading Loading
ccserver/ccserver.py +2 −1 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ class CCServer(object): return objects ids = [x['id'] for x in objects] objects = self.objects.some(ids, to_show) objects_dicts = [] Loading