Do merge
This commit is contained in:
		| @@ -69,7 +69,7 @@ class IWLAPreAnalysisPageToHit(IPlugin): | ||||
|         return True | ||||
|  | ||||
|     def hook(self): | ||||
|         hits = self.iwla.getCurrentVisists() | ||||
|         hits = self.iwla.getCurrentVisits() | ||||
|  | ||||
|         for (k, super_hit) in hits.items(): | ||||
|             if super_hit['robot']: continue | ||||
|   | ||||
| @@ -76,7 +76,7 @@ class IWLAPreAnalysisRobots(IPlugin): | ||||
|  | ||||
| # Basic rule to detect robots | ||||
|     def hook(self): | ||||
|         hits = self.iwla.getCurrentVisists() | ||||
|         hits = self.iwla.getCurrentVisits() | ||||
|         for (k, super_hit) in hits.items(): | ||||
|             if super_hit['robot']: | ||||
|                 self.logger.debug('%s is a robot' % (k)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user