diff --git a/superTornado.py b/superTornado.py index 28afd74..e4fada6 100644 --- a/superTornado.py +++ b/superTornado.py @@ -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 :"