From 1cdd4895e42cf9b84f26aaffdcf682252d7a2600 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Tue, 21 Feb 2017 11:43:07 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: