From 544ec97deb0167c9ae2e7d0c2456ce7fd644a1cd Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 14:11:44 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?g.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/log.py b/m/log.py index 2a04d22..042d72c 100644 --- a/m/log.py +++ b/m/log.py @@ -45,7 +45,7 @@ class Log(object): elif pLvl == 40 : sys.stdout.write(bcolors.FAIL) self.logger.log(pLvl,pMsg) - sys.stdout bcolors.ENDC + sys.stdout(bcolors.ENDC) class bcolors: DEBUG = '\033[94m'