modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-02 23:58:37 +01:00
parent 9bc072c3c9
commit 5f6da06bdf
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 Exception, e :
except PortCameraConfigurationERROR:
print bcolors.FAIL
print e
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC