From c450b37f4d31771ffb43f139ab4bbd247cf761b2 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sun, 2 Mar 2014 23:09:26 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superTornado.py b/superTornado.py index 9013773..10e1d56 100644 --- a/superTornado.py +++ b/superTornado.py @@ -151,7 +151,7 @@ application = tornado.web.Application([ if __name__ == "__main__": print "->Loading configuration ... " try : - confAveug = config.estAveugle + confAveug = config.isBlind ipCamera = config.ipCamera portServ = config.portServ if confAveug == "error" : @@ -161,7 +161,7 @@ if __name__ == "__main__": if portServ == "error" : raise "Failed Load Port Server Configuration" except Exception, e : - print "Configuration Loading Failed ! Check Conf File !" + print "Configuration Loading Failed ! Check Configuration File !" print e sys.exit(1) print "->Configuraion Server Load Successfully:"