svn: r2265
This commit is contained in:
Alex Roitman 2003-10-17 04:25:56 +00:00
parent 1b0b7b3377
commit 22be24f661

View File

@ -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