From f9e5742821e3d5959d0cb48c6c26cd2169f022b7 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 11 Apr 2024 13:17:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=8A=B6=E6=80=81=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E5=8D=8A=E5=BE=84=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liteyuki/liteyuki_main/runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteyuki/liteyuki_main/runtime.py b/liteyuki/liteyuki_main/runtime.py index d9b6d9c3..9e69aef2 100644 --- a/liteyuki/liteyuki_main/runtime.py +++ b/liteyuki/liteyuki_main/runtime.py @@ -33,7 +33,7 @@ protocol_names = { async def _(bot: T_Bot, event: T_MessageEvent): ulang = get_user_lang(str(event.user_id)) image = await template2image( - get_path("templates/stats.html", abs_path=True, debug=True), + get_path("templates/stats.html", abs_path=True), { "data": await get_stats_data(bot.self_id, ulang.lang_code) },