Fix typo error in getCurrentVisits() method name

This commit is contained in:
Gregory Soutade
2016-02-04 20:44:36 +01:00
parent 992c3cee93
commit 79da471398
11 changed files with 11 additions and 11 deletions

View File

@@ -188,7 +188,7 @@ class IWLA(object):
def getMonthStats(self):
return self.current_analysis['month_stats']
def getCurrentVisists(self):
def getCurrentVisits(self):
return self.current_analysis['visits']
def getValidVisitors(self):