From 4ec1e61cf0f154310402c125ac0d612228d6a1d6 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 19:05:14 +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 360b544..f427bcf 100644 --- a/m/log.py +++ b/m/log.py @@ -20,7 +20,7 @@ class lvl: class Log(object): def __init__(self) : - logging.addLevelName(lvl.SUCESS, "SUCCESS") + logging.addLevelName(lvl.SUCCESS, "SUCCESS") self.logger = logging.getLogger() self.logger.setLevel(logging.DEBUG)