modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-03 01:40:15 +01:00
parent d778e26182
commit a2daaf84e5
1 changed files with 2 additions and 2 deletions

View File

@ -155,9 +155,9 @@ application = tornado.web.Application([
cookie_secret="1213215656")
if __name__ == "__main__":
print bcolors.HEADER,
print bcolors.HEADER ,
ficLog.printL("->Loading configuration ... ")
print bcolors.ENDC
print bcolors.ENDC ,
try :
blind = config.isBlind()
ipCamera = config.ipCamera()