modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-03 00:17:43 +01:00
parent ff52f8a029
commit d7844b17d9
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ if __name__ == "__main__":
raise PortServConfigurationERROR("e")
except Exception as e :
print bcolors.FAIL
print e
raise
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC
sys.exit(1)
print "->Configuration Server Load Successfully :"