From b5995f1a76493fb493a3301cb396afb3079490d0 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 08:29: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index a2fb8c5..6c2c7ee 100644 --- a/superTornado.py +++ b/superTornado.py @@ -115,7 +115,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler): def on_close(self): print "->Websocket closed" - dc = DisconnectionHandler().post() + self.redirect_internal("/disconnection")