From 124c908ae54d59147c5806f22ad5c67227d4d32f Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 06:58:10 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20test.h?= =?UTF-8?q?tml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 2 +- test.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index 2718c84..8230417 100644 --- a/superTornado.py +++ b/superTornado.py @@ -120,7 +120,7 @@ class TestSocket(tornado.websocket.WebSocketHandler): break else : self.write_message(" ") - time.sleep(0.5) + time.sleep(2) def on_message(self,mesg): pass diff --git a/test.html b/test.html index 7a6c823..aa96f9e 100644 --- a/test.html +++ b/test.html @@ -8,6 +8,7 @@