On est pas obligé de printer tout ce qu'on reçoit sur la socket.
This commit is contained in:
parent
7ad79159cf
commit
a40244de82
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ while True:
|
|||
ip=None
|
||||
for line in msg[:-1]:
|
||||
(tag, value) = line.split('=', 1)
|
||||
print (tag, value)
|
||||
#print (tag, value)
|
||||
if tag=='s':
|
||||
s=value
|
||||
if tag=='c':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue