WIP
This commit is contained in:
@@ -11,7 +11,7 @@ class IWLAPreAnalysisRobots(IPlugin):
|
||||
self.API_VERSION = 1
|
||||
|
||||
def load(self):
|
||||
self.awstats_robots = map(lambda (x) : re.compile(x, re.IGNORECASE), awstats_data.robots)
|
||||
self.awstats_robots = map(lambda (x) : re.compile(('.*%s.*') % (x), re.IGNORECASE), awstats_data.robots)
|
||||
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user