Bug fix : for robots, we have to use not_viewed_pages (feeds plugin)

This commit is contained in:
Gregory Soutade 2016-05-02 07:54:53 +02:00
parent ddb4bae2e2
commit fdda7a527e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
isFeedParser = self.FEED_PARSER
# Robot that views pages -> bot
if hit['robot']:
if hit['viewed_pages']:
if hit['not_viewed_pages']:
isFeedParser = self.NOT_A_FEED_PARSER
break
if self.merge_one_hit_only_feeds_parsers: