CO - Bug fix

community
Gogs 7 years ago
parent 8493dcaaf2
commit 2bf25b653b

@ -73,7 +73,7 @@ class Manager() :
removes actors that are NOT specified by the subscription plan
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]
def filter(self,id,meta,objects):

Loading…
Cancel
Save