This commit is contained in:
boccioli_m
2017-10-17 14:26:58 +02:00
parent 6a56c17ca3
commit 8f1fdce6e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ class UDPDatagram:
break
print 'Message[' + addr[0] + ':' + str(addr[1]) + '] - ' + data.strip()
self.sock.close()
#self.sock.close()
return data[28:]
def send(self, message):