modifié: m/loadConf.py
This commit is contained in:
parent
a7fda88401
commit
8526f365cc
@ -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
|
||||
|
Reference in New Issue
Block a user