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