|
|
@ -73,7 +73,7 @@ class Manager() :
|
|
|
|
removes actors that are NOT specified by the subscription plan
|
|
|
|
removes actors that are NOT specified by the subscription plan
|
|
|
|
Note that the actor have already been instatiated and need initialization
|
|
|
|
Note that the actor have already been instatiated and need initialization
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
values = meta['actors'].replace(' ','').split('.'
|
|
|
|
values = meta['actors'].replace(' ','').split('.')
|
|
|
|
self.actors = [actor for actor in self.actors if actor.getName() in values]
|
|
|
|
self.actors = [actor for actor in self.actors if actor.getName() in values]
|
|
|
|
|
|
|
|
|
|
|
|
def filter(self,id,meta,objects):
|
|
|
|
def filter(self,id,meta,objects):
|
|
|
|