functionality add

This commit is contained in:
2019-06-24 08:47:03 +02:00
parent 85f1a27e94
commit 76dce1e936
38 changed files with 15245 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ class wellcome(object):
"children": [],
"spouse": null
}'''
return json.loads(result)
return json.dumps(json.loads(result))
@cherrypy.expose
def other(self):