modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-03 01:38:34 +01:00
parent 73189aefb5
commit d778e26182
1 changed files with 3 additions and 1 deletions

View File

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