mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-26 07:21:25 +00:00
aiohttp_httpclient: fix
This commit is contained in:
parent
04a95de7af
commit
8ed445d238
@ -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…
Reference in New Issue
Block a user