svn: r2265
This commit is contained in:
Alex Roitman 2003-10-17 04:25:56 +00:00
parent 56c2b3a66d
commit 3a6010582a

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