modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 20:07:55 +01:00
parent f2f68e1918
commit 8f13b1f7e4
1 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ application = tornado.web.Application([
]) ])
if __name__ == "__main__": if __name__ == "__main__":
#chargement congig # chargement congfig
hand = LoadConf() hand = LoadConf()
confAveug = hand.estAveugle() confAveug = hand.estAveugle()
if confAveug == True: if confAveug == True: