modifié: superTornado.py
This commit is contained in:
parent
de02273a7c
commit
f51621e271
@ -166,7 +166,7 @@ if __name__ == "__main__":
|
|||||||
if portCamera == "error" :
|
if portCamera == "error" :
|
||||||
raise PortCameraConfigurationERROR(bcolors.FAIL + "Failed Load IP Camera Configuration")
|
raise PortCameraConfigurationERROR(bcolors.FAIL + "Failed Load IP Camera Configuration")
|
||||||
if portServ == "error" :
|
if portServ == "error" :
|
||||||
raise PortServ ConfigurationERROR(bcolors.FAIL + "Failed Load Port Server Configuration")
|
raise PortServConfigurationERROR(bcolors.FAIL + "Failed Load Port Server Configuration")
|
||||||
except Exception, e :
|
except Exception, e :
|
||||||
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC
|
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC
|
||||||
print bcolors.FAIL + e + bcolors.ENDC
|
print bcolors.FAIL + e + bcolors.ENDC
|
||||||
|
Reference in New Issue
Block a user