Update runtime.py

This commit is contained in:
SnowyFox 2024-04-18 22:37:57 +08:00 committed by GitHub
parent 391a183402
commit b284e52203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,9 +40,7 @@ async def _(bot: T_Bot, event: T_MessageEvent):
debug=True,
wait=1
)
print(image)
image = await png_to_jpg(image)
print(image)
await stats.finish(MessageSegment.image(image))