Fix typo error in getCurrentVisits() method name
This commit is contained in:
@@ -85,7 +85,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
|
||||
hit['feed_parser'] = isFeedParser
|
||||
|
||||
def hook(self):
|
||||
hits = self.iwla.getCurrentVisists()
|
||||
hits = self.iwla.getCurrentVisits()
|
||||
one_hit_only = {}
|
||||
for hit in hits.values():
|
||||
isFeedParser = hit.get('feed_parser', None)
|
||||
|
||||
Reference in New Issue
Block a user