mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修复 _lang 为私有变量不会默认序列化的bug
This commit is contained in:
@@ -93,7 +93,7 @@ async def make_query_image_v1(player: Player) -> bytes:
|
||||
sprint=sprint_value,
|
||||
blitz=blitz_value,
|
||||
),
|
||||
_lang=get_lang(),
|
||||
lang=get_lang(),
|
||||
),
|
||||
)
|
||||
) as page_hash:
|
||||
|
||||
Reference in New Issue
Block a user