mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
aiohttp_httpclient: fix
This commit is contained in:
parent
04a95de7af
commit
8ed445d238
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class AiohttpSession(BaseSession):
|
|||
else:
|
||||
res.raise_for_status()
|
||||
|
||||
body = await res.content
|
||||
body = await res.content.read()
|
||||
return Response(body)
|
||||
|
||||
@atexit.register
|
||||
|
|
Loading…
Add table
Reference in a new issue