拉取了更新,以图绘图时报错,显示生成失败…'coroutine' object has no attribute 'content'
ryujou opened this issue · 4 comments
ryujou commented
拉取了更新,以图绘图时报错,显示生成失败…'coroutine' object has no attribute 'content'
ryujou commented
ryujou commented
BlueDeer233 commented
此处改为__init__.py 524行
image = Image.open(io.BytesIO(await (await aiorequests.get(url, timeout=20)).content))
CYDXDianXian commented
此处改为init.py 524行
image = Image.open(io.BytesIO(await (await aiorequests.get(url, timeout=20)).content))
感谢指出!已更新!