fix: 个人信息显示隐藏属性的bug

This commit is contained in:
远野千束 2024-03-27 07:49:18 +08:00
parent e22fadcf44
commit 0552cdfd05

View File

@ -81,7 +81,7 @@ async def _(result: Arparma, event: T_MessageEvent, bot: T_Bot):
reply = f"# {ulang.get('user.profile.info')}\n***\n"
hidden_attr = ["id"]
hidden_attr = ["id", "TABLE_NAME"]
enter_attr = ["lang", "timezone"]
for key in sorted(profile.dict().keys()):