modifié: m/log.py

This commit is contained in:
sidya82 2014-03-03 14:17:10 +01:00
parent 85b39cd290
commit e160e9fc33
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Log(object):
elif pLvl == 40 :
sys.stdout.write(bcolors.FAIL)
self.logger.log(pLvl,pMsg)
sys.stdout.write(bcolors.ENDC)
class bcolors:
DEBUG = '\033[94m'