From 8526f365cc8bb3d5012ab37b002fada3da959419 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sun, 2 Mar 2014 23:04:55 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?adConf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/loadConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/loadConf.py b/m/loadConf.py index 6f0d687..35ea55b 100644 --- a/m/loadConf.py +++ b/m/loadConf.py @@ -13,7 +13,7 @@ class LoadConf(object): rep = self.loadValue("blind") if rep == "1" : return True - else if rep == "0": + elif rep == "0": return False else : return rep