From ebbce42e933e3acc3741b32b9a543b34111e1cc5 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sun, 2 Mar 2014 21:54:56 +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 d3b5e5e..e626e5b 100644 --- a/superTornado.py +++ b/superTornado.py @@ -26,7 +26,7 @@ class BaseHandler(tornado.web.RequestHandler): class MainHandler(BaseHandler): def get(self): - print "-> IP = " + print "-> IP = " + self.request.remote_ip self.render("v/index.html") def post(self):