bugfix
This commit is contained in:
parent
eb6f94529d
commit
21feda3227
@ -224,7 +224,8 @@ class JsonHttpAPI:
|
||||
|
||||
info(f'{data=},{ns=}, {datatmpl=}')
|
||||
resp = await self.hc.request(url, method=method, headers=headers,
|
||||
response_type=RESPONSE_JSON,
|
||||
response_type=None,
|
||||
stream_func=stream_func,
|
||||
params=params,
|
||||
data=data)
|
||||
ret = resp
|
||||
|
Loading…
Reference in New Issue
Block a user