Fix the way the TG adapter calls wsme.rest.args.get_args

This commit is contained in:
Christophe de Vienne 2013-03-26 15:08:20 +01:00
parent 0fa0177eef
commit 59a3123cde

View File

@ -49,7 +49,7 @@ def wsexpose(*args, **kwargs):
def callfunction(self, *args, **kwargs):
args, kwargs = wsme.rest.args.get_args(
funcdef, args, kwargs,
cherrypy.request.params,
cherrypy.request.params, None,
cherrypy.request.body,
cherrypy.request.headers['Content-Type']
)