From 33c1612da514909adf8f1d1bf53057e911a420a9 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 00:04: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 17e4985..4f96578 100644 --- a/superTornado.py +++ b/superTornado.py @@ -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 PortCameraConfigurationERROR: + except Exception as e : print bcolors.FAIL print e print "Configuration Loading Failed ! Check Configuration File !" + bcolors.ENDC