From fa8df12760ab29500dade705e9b5c12d4d7d3877 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sun, 2 Mar 2014 21:19:15 +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=20v/vide?= =?UTF-8?q?o.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 4 +--- v/video.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/superTornado.py b/superTornado.py index e34857e..9ce6b1b 100644 --- a/superTornado.py +++ b/superTornado.py @@ -17,7 +17,7 @@ from m.login import * import os -confAveug = False +confAveug = LoadConf().estAveugle() ficLog = Login() class BaseHandler(tornado.web.RequestHandler): @@ -142,8 +142,6 @@ application = tornado.web.Application([ cookie_secret="1213215656") if __name__ == "__main__": - hand = LoadConf() - confAveug = hand.estAveugle() if confAveug == True: print "->Blind unhabitant system configuration" else : diff --git a/v/video.html b/v/video.html index dad40a7..f39cdc2 100644 --- a/v/video.html +++ b/v/video.html @@ -30,7 +30,7 @@ }; function refresh() { console.log("Data send"); - ws.send("lol"); + ws.send("next"); }