fix: black

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2025-11-24 20:48:08 +08:00
parent 1e6fe182a3
commit 17d02a0312
2 changed files with 4 additions and 2 deletions

View File

@ -366,7 +366,9 @@ if settings.openai_api_key:
confirm_command, commands=["confirm"], pass_bot=True
)
bot.register_message_handler(
handle_message, func=partial(filter_message, bot=bot, check_chinese=True), pass_bot=True
handle_message,
func=partial(filter_message, bot=bot, check_chinese=True),
pass_bot=True,
)
# 启动提肛提醒定时任务