fixed error message
This commit is contained in:
parent
c33804c747
commit
ab0e8cce86
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ def runningThread():
|
||||||
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
|
sock = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
|
||||||
sock.bind((UDP_IP,portToConnect))
|
sock.bind((UDP_IP,portToConnect))
|
||||||
except:
|
except:
|
||||||
print("please check you are able to open the socket on this system\ntired to open port: "+portToConnect)
|
print("please check you are able to open the socket on this system\ntired to open port: "+str(portToConnect))
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue