removed print
This commit is contained in:
parent
efb1dbe183
commit
b0658064a4
@ -144,7 +144,7 @@ if __name__ == '__main__':
|
|||||||
while True:
|
while True:
|
||||||
data, addr = sock.recvfrom(buffer_size)
|
data, addr = sock.recvfrom(buffer_size)
|
||||||
data = codecs.decode(data, "utf-8", "ignore")
|
data = codecs.decode(data, "utf-8", "ignore")
|
||||||
print(data)
|
#print(data)
|
||||||
ip = addr[0]
|
ip = addr[0]
|
||||||
port = addr[1]
|
port = addr[1]
|
||||||
#print('port: ', port, " ip: ", ip)
|
#print('port: ', port, " ip: ", ip)
|
||||||
|
Loading…
Reference in New Issue
Block a user