Update runtime.py

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

View File

@ -37,7 +37,6 @@ async def _(bot: T_Bot, event: T_MessageEvent):
{ {
"data": await get_stats_data(bot.self_id, ulang.lang_code) "data": await get_stats_data(bot.self_id, ulang.lang_code)
}, },
debug=True,
wait=1 wait=1
) )
image = await png_to_jpg(image) image = await png_to_jpg(image)