From d778e2618278cfd2f85fc165ab6f54dfc666e690 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 01:38:34 +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, 3 insertions(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index cd5f489..2c60547 100644 --- a/superTornado.py +++ b/superTornado.py @@ -155,7 +155,9 @@ application = tornado.web.Application([ cookie_secret="1213215656") if __name__ == "__main__": - ficLog.printL(bcolors.HEADER + "->Loading configuration ... " + bcolors.ENDC) + print bcolors.HEADER, + ficLog.printL("->Loading configuration ... ") + print bcolors.ENDC try : blind = config.isBlind() ipCamera = config.ipCamera()