From a40244de82cdf39a512f52e53714b016057feca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 15 Feb 2015 23:31:01 +0100 Subject: [PATCH] =?UTF-8?q?On=20est=20pas=20oblig=C3=A9=20de=20printer=20t?= =?UTF-8?q?out=20ce=20qu'on=20re=C3=A7oit=20sur=20la=20socket.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tv/recup_sap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tv/recup_sap.py b/tv/recup_sap.py index 48a67247..e7a10276 100755 --- a/tv/recup_sap.py +++ b/tv/recup_sap.py @@ -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':