From ee56a804655ffef04df951c487ec1d02295551fa Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 13 Oct 2017 14:23:38 +0200 Subject: [PATCH] Startup --- script/local.py | 6 +++--- script/tests/tests.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/local.py b/script/local.py index e9df354..d9ed0d8 100644 --- a/script/local.py +++ b/script/local.py @@ -153,7 +153,7 @@ class Interlock: self.msg_default[16] = 2 return self.msg_default - def setInterlockMode(self, mode) + def setInterlockMode(self, mode): udp = UDPDatagram() msg = self._msgWrite() modebytes = array('B', mode) @@ -164,7 +164,7 @@ class Interlock: else: return true - def getInterlockMode(self) + def getInterlockMode(self): udp = UDPDatagram() msg = self._msgRead() #print binascii.hexlify(msg) @@ -172,7 +172,7 @@ class Interlock: #print binascii.hexlify(rcv) return rcv - def masterReset(self) + def masterReset(self): udp = UDPDatagram() msg = self._msgReset() #print binascii.hexlify(msg) diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 3443677..8a1ea6a 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 14:22:26 CEST 2017 +#Fri Oct 13 14:23:21 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test