modifié: m/log.py
This commit is contained in:
parent
ac3efe3427
commit
9f69a2e1b3
2
m/log.py
2
m/log.py
@ -21,7 +21,7 @@ class Log(object):
|
|||||||
|
|
||||||
def printL(self,pMsg,pLvl):
|
def printL(self,pMsg,pLvl):
|
||||||
logger.log(pMsg, pLvl)
|
logger.log(pMsg, pLvl)
|
||||||
if pLvl == 10
|
if pLvl == 10 :
|
||||||
print bcolors.DEBUG ,
|
print bcolors.DEBUG ,
|
||||||
elif pLvl == 20 :
|
elif pLvl == 20 :
|
||||||
print bcolors.INFO ,
|
print bcolors.INFO ,
|
||||||
|
Reference in New Issue
Block a user