modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-02 22:59:15 +01:00
parent f1904ed512
commit 64f63cb3ab
1 changed files with 3 additions and 3 deletions

View File

@ -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 !"