Update
svn: r2265
This commit is contained in:
parent
56c2b3a66d
commit
3a6010582a
@ -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