diff --git a/script/local.py b/script/local.py index a8f751f..18b3a5d 100644 --- a/script/local.py +++ b/script/local.py @@ -42,7 +42,7 @@ class RobotTCP(TcpDevice): ret = self.call(msg) return ret; - def get_event(): + def get_event(self): id = "EVT" rx = self.sendReceive(id + " ", None, self.trailer , 0, self.timeout, self.retries).strip() if rx[:3] != id: