modifié: superTornado.py
This commit is contained in:
parent
ff52f8a029
commit
d7844b17d9
@ -170,7 +170,7 @@ if __name__ == "__main__":
|
|||||||
raise PortServConfigurationERROR("e")
|
raise PortServConfigurationERROR("e")
|
||||||
except Exception as e :
|
except Exception as e :
|
||||||
print bcolors.FAIL
|
print bcolors.FAIL
|
||||||
print e
|
raise
|
||||||
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC
|
print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
print "->Configuration Server Load Successfully :"
|
print "->Configuration Server Load Successfully :"
|
||||||
|
Reference in New Issue
Block a user