From d43abefe34c6637818517806f38377385ae2e10a Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 13:45:48 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superTornado.py b/superTornado.py index 423c814..bf15ec7 100644 --- a/superTornado.py +++ b/superTornado.py @@ -172,12 +172,12 @@ if __name__ == "__main__": log.printL(e.value, 40) log.printL("Configuration Loading Failed ! Check Configuration File !", 40) sys.exit(1) - print log.printL("->Configuration Server Load Successfully ", 25) + print log.printL("->Configuration Server Load Successfully !", 25) if blind == True: log.printL(" ->Blind unhabitant", 25) else : log.printL(" ->Not blind unhabitant",25) - log.printL(" ->Ip camera : " + ipCamera,20) + log.printL(" ->Ip camera : " + ipCamera,25) log.printL(" ->Port Camera : " + portCamera,25) log.printL(" ->Port Server : " + portServ,25)