mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-30 12:42:30 +01:00
Remove outdated comment.
This commit is contained in:
parent
15eaaa7e11
commit
047eb9c37e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"%(
|
||||
|
|
|
|||
Loading…
Reference in a new issue