diff --git a/script/local.py b/script/local.py index 3c74104..2675d2a 100644 --- a/script/local.py +++ b/script/local.py @@ -214,7 +214,7 @@ class UDPDatagram: try: # get the ip address and send print 'here should sendto:', self.serverName, self.serverPort - print 'message: ', binascii.hexlify(message) + print 'message: ', message, binascii.hexlify(message) #self.sock.sendto(message, (self.serverName, self.serverPort)) #except socket.error, msg: except : diff --git a/script/tests/tests.properties b/script/tests/tests.properties index c051cc6..9073033 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 16:15:25 CEST 2017 +#Tue Oct 17 16:15:42 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test