Forgot one parameter in feeds plugin
This commit is contained in:
@@ -92,7 +92,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
|
||||
|
||||
if isFeedParser == self.FEED_PARSER and\
|
||||
self.merge_one_hit_only_feeds_parsers:
|
||||
self.mergeOneHitOnlyFeedsParsers(one_hit_only, hit)
|
||||
self.mergeOneHitOnlyFeedsParsers(isFeedParser, one_hit_only, hit)
|
||||
|
||||
if not isFeedParser is None: continue
|
||||
|
||||
|
Reference in New Issue
Block a user