Startup
This commit is contained in:
@@ -204,7 +204,7 @@ class UDPDatagram:
|
||||
try:
|
||||
print 'here the socket should be open'
|
||||
#self.sock = socket.socket(socket.AF_INET, # Internet
|
||||
socket.SOCK_DGRAM) # UDP
|
||||
# socket.SOCK_DGRAM) # UDP
|
||||
#except socket.error, msg:
|
||||
except msg:
|
||||
print 'Failed to create socket. Error Code : ' + str(msg[0]) + ' Message ' + msg[1]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Tue Oct 17 14:47:33 CEST 2017
|
||||
#Tue Oct 17 14:48:38 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=rps-test
|
||||
|
||||
Reference in New Issue
Block a user