modifié: superTornado.py

modifié:         v/video.html
This commit is contained in:
sidya82 2014-03-02 21:19:15 +01:00
parent 19d6c72378
commit fa8df12760
2 changed files with 2 additions and 4 deletions

View File

@ -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 :

View File

@ -30,7 +30,7 @@
};
function refresh() {
console.log("Data send");
ws.send("lol");
ws.send("next");
}
</script>
</head>