From cec58ad2aeac07f21648ea3b2ab5c1d928fce53b Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 06:19:00 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superTornado.py b/superTornado.py index f6d1942..9609694 100644 --- a/superTornado.py +++ b/superTornado.py @@ -110,6 +110,7 @@ class TestSocket(tornado.websocket.WebSocketHandler): print "->Websocket opened" def on_message(self,mesg): + print '->lol' try : f = urlopen('http://test:a@192.168.1.15/image.jpg?cidx=791836195') data = f.read()