From 64f63cb3ab65f5f932c53c91880755ba759e3d7a Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sun, 2 Mar 2014 22:59:15 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superTornado.py b/superTornado.py index 6d0d490..ce0bafc 100644 --- a/superTornado.py +++ b/superTornado.py @@ -153,11 +153,11 @@ if __name__ == "__main__": confAveug = config.estAveugle ipCamera = config.ipCamera portServ = config.portServ - if confAveug == "error" + if confAveug == "error" : raise "Failed Load Blind Configuration" - if ipCamera == "error" + if ipCamera == "error" : raise "Failed Load IP Camera Configuration" - if portServ == "error" + if portServ == "error" : raise "Failed Load Port Server Configuration" except Exception, e : print "Configuration Loading Failed ! Check Conf File !"