Update conf management

This commit is contained in:
2014-11-24 21:37:37 +01:00
parent 21a95cc2fa
commit 549c0e5d97
8 changed files with 56 additions and 56 deletions

View File

@@ -6,8 +6,8 @@ from iplugin import IPlugin
from awstats_robots_data import awstats_robots
class IWLAPreAnalysisRobots(IPlugin):
def __init__(self, iwla):
super(IWLAPreAnalysisRobots, self).__init__(iwla)
def __init__(self, iwla, conf):
super(IWLAPreAnalysisRobots, self).__init__(iwla, conf)
self.API_VERSION = 1
def load(self):

View File

@@ -7,8 +7,8 @@ from iplugin import IPlugin
class IWLAPreAnalysisSoutade(IPlugin):
def __init__(self, iwla):
super(IWLAPreAnalysisSoutade, self).__init__(iwla)
def __init__(self, iwla, conf):
super(IWLAPreAnalysisSoutade, self).__init__(iwla, conf)
self.API_VERSION = 1
def load(self):