modifié: superTornado.py
modifié: v/video.html
This commit is contained in:
parent
19d6c72378
commit
fa8df12760
@ -17,7 +17,7 @@ from m.login import *
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
confAveug = False
|
confAveug = LoadConf().estAveugle()
|
||||||
ficLog = Login()
|
ficLog = Login()
|
||||||
|
|
||||||
class BaseHandler(tornado.web.RequestHandler):
|
class BaseHandler(tornado.web.RequestHandler):
|
||||||
@ -142,8 +142,6 @@ application = tornado.web.Application([
|
|||||||
cookie_secret="1213215656")
|
cookie_secret="1213215656")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
hand = LoadConf()
|
|
||||||
confAveug = hand.estAveugle()
|
|
||||||
if confAveug == True:
|
if confAveug == True:
|
||||||
print "->Blind unhabitant system configuration"
|
print "->Blind unhabitant system configuration"
|
||||||
else :
|
else :
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
};
|
};
|
||||||
function refresh() {
|
function refresh() {
|
||||||
console.log("Data send");
|
console.log("Data send");
|
||||||
ws.send("lol");
|
ws.send("next");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user