From 9edb3bbee49b71a1346c748f93c40cbd9c3e07ed Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 04:40:08 +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 e17ae4c..83b2453 100644 --- a/superTornado.py +++ b/superTornado.py @@ -31,7 +31,7 @@ class MainHandler(BaseHandler): autorise = login.connexion(iden, mdp) #maison = httplib.HTTPConnection("192.168.16.150", 80) if autorise == True: - ficLog.enregDansLog(iden,"Authorized user connection",self.request.remote_ip.() + ficLog.enregDansLog(iden,"Authorized user connection",self.request.remote_ip.()) if confAveug == True: print '->Send audio alarm authorized user' print 'maison.request("GET", "micom/say.php?source=toto&text=Connection%20a%20la%20camera%20autorisee")'