Rework conf in plugins
This commit is contained in:
@@ -6,8 +6,8 @@ from iplugin import IPlugin
|
||||
from awstats_robots_data import awstats_robots
|
||||
|
||||
class IWLAPreAnalysisRobots(IPlugin):
|
||||
def __init__(self, iwla, conf):
|
||||
super(IWLAPreAnalysisRobots, self).__init__(iwla, conf)
|
||||
def __init__(self, iwla):
|
||||
super(IWLAPreAnalysisRobots, self).__init__(iwla)
|
||||
self.API_VERSION = 1
|
||||
|
||||
def load(self):
|
||||
|
@@ -7,8 +7,8 @@ from iplugin import IPlugin
|
||||
|
||||
class IWLAPreAnalysisSoutade(IPlugin):
|
||||
|
||||
def __init__(self, iwla, conf):
|
||||
super(IWLAPreAnalysisSoutade, self).__init__(iwla, conf)
|
||||
def __init__(self, iwla):
|
||||
super(IWLAPreAnalysisSoutade, self).__init__(iwla)
|
||||
self.API_VERSION = 1
|
||||
|
||||
def load(self):
|
||||
|
Reference in New Issue
Block a user