mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
🐛 修复webui接口
This commit is contained in:
parent
6358ce5266
commit
4a52c4825b
@ -61,7 +61,6 @@ async def _(bot_id: str | None = None) -> Result:
|
||||
else:
|
||||
select_bot = bot_list[0]
|
||||
select_bot.is_select = True
|
||||
select_bot.config = select_bot.bot.config
|
||||
now = datetime.now()
|
||||
# 今日累计接收消息
|
||||
select_bot.received_messages = await ChatHistory.filter(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user