Update
svn: r2265
This commit is contained in:
parent
1b0b7b3377
commit
22be24f661
@ -326,7 +326,7 @@ def loadConfig(call):
|
||||
|
||||
def get_string(value,defval=""):
|
||||
v = client.get_string(value)
|
||||
if client.get(key):
|
||||
if client.get(value):
|
||||
return v
|
||||
else:
|
||||
return defval
|
||||
|
Loading…
Reference in New Issue
Block a user