Skip to content

Commit

Permalink
🐛 修复webui接口
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier committed Oct 14, 2024
1 parent 6358ce5 commit 4a52c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zhenxun/builtin_plugins/web_ui/api/tabs/main/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4a52c48

Please sign in to comment.