diff --git a/fanficfare/story.py b/fanficfare/story.py index 7dc67996..3a25b0ed 100644 --- a/fanficfare/story.py +++ b/fanficfare/story.py @@ -547,7 +547,7 @@ class Story(Configurable): else: new_seen_list = dict(seen_list) new_seen_list[line]=True - condval = self.getMetadata(condmatch.key(),seen_list=new_seen_list) ## XXXXXX not working properly?? + condval = self.getMetadata(condmatch.key(),seen_list=new_seen_list) keyfndnow = condmatch.is_match(condval) keyfound |= keyfndnow # print("match:%s %s\ncondmatch:%s %s\n\tkeyfound:%s\n\tfound:%s"%(