Closedown
This commit is contained in:
+1
-1
@@ -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 :
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user