fixed last commit

This commit is contained in:
Oskar Hahn 2012-06-10 10:11:38 +02:00
parent cdef473491
commit 53dd1687ca
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Config(object):
## pass
try:
return loads(base64(str(ConfigStore.objects.get(key=key).value)))
return loads(base64.decodestring(str(ConfigStore.objects.get(key=key).value)))
except ConfigStore.DoesNotExist:
pass