diff --git a/iwla.py b/iwla.py index b9a027b..650dbdc 100755 --- a/iwla.py +++ b/iwla.py @@ -296,6 +296,9 @@ class IWLA(object): return False return True + def isRobot(self, hit): + return hit['robot'] + def _appendHit(self, hit): remote_addr = hit['remote_addr']