From 73c2b9a84bd3aaabc99547755e1e7f4e12c3a58d Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 00:37:27 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index b684c62..c492da8 100644 --- a/superTornado.py +++ b/superTornado.py @@ -170,7 +170,7 @@ if __name__ == "__main__": raise ConfigError("Failed Load Port Server Configuration") except ConfigError as e : print bcolors.FAIL - print e + print e.value print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC sys.exit(1) print "->Configuration Server Load Successfully :"