Fix typo error in getCurrentVisits() method name
This commit is contained in:
@@ -53,7 +53,7 @@ class IWLAPostAnalysisTopHits(IPlugin):
|
||||
self.API_VERSION = 1
|
||||
|
||||
def hook(self):
|
||||
stats = self.iwla.getCurrentVisists()
|
||||
stats = self.iwla.getCurrentVisits()
|
||||
month_stats = self.iwla.getMonthStats()
|
||||
|
||||
top_hits = month_stats.get('top_hits', {})
|
||||
|
Reference in New Issue
Block a user