modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-03 00:04:27 +01:00
parent 5f6da06bdf
commit 33c1612da5
1 changed files with 1 additions and 1 deletions

View File

@ -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 PortCameraConfigurationERROR:
except Exception as e :
print bcolors.FAIL
print e
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC