|
@@ -491,11 +491,9 @@ def _fast_trace_task(task, uuid, request, body, content_type,
|
|
embed = None
|
|
embed = None
|
|
tasks, accept, hostname = _loc
|
|
tasks, accept, hostname = _loc
|
|
if content_type:
|
|
if content_type:
|
|
- X = loads(
|
|
|
|
|
|
+ args, kwargs, embed = loads(
|
|
body, content_type, content_encoding, accept=accept,
|
|
body, content_type, content_encoding, accept=accept,
|
|
)
|
|
)
|
|
- print(X)
|
|
|
|
- args, kwargs, embed = X
|
|
|
|
else:
|
|
else:
|
|
args, kwargs = body
|
|
args, kwargs = body
|
|
request.update({
|
|
request.update({
|