modifié: m/loadConf.py
This commit is contained in:
parent
1059204e16
commit
3c87c399a7
@ -3,9 +3,9 @@ class LoadConf(object):
|
||||
with open("m/fichier/conf", "r") as source :
|
||||
for ligne in source:
|
||||
data = ligne.rstrip('\n\r').split('=')
|
||||
if data[0] == key :
|
||||
source.close()
|
||||
return data[1]
|
||||
if data[0] == key :
|
||||
source.close()
|
||||
return data[1]
|
||||
source.close()
|
||||
return "error"
|
||||
|
||||
|
Reference in New Issue
Block a user