From be49ff44ca6307f311416de550ddfacf35bba5df Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 07:01:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index 8230417..d7dad0c 100644 --- a/superTornado.py +++ b/superTornado.py @@ -110,7 +110,7 @@ class TestSocket(tornado.websocket.WebSocketHandler): def open(self) : print "->Websocket opened" print '->lol' - while 1 : + #while 1 : try : f = urlopen('http://test:a@192.168.1.15/image.jpg?cidx=791836195') data = f.read()