diff --git a/nonebot_plugin_admin/img_check.py b/nonebot_plugin_admin/img_check.py index 90f0d034..c77c0553 100644 --- a/nonebot_plugin_admin/img_check.py +++ b/nonebot_plugin_admin/img_check.py @@ -56,7 +56,7 @@ async def check_pic(bot: Bot, matcher: Matcher, event: GroupMessageEvent): elif result['Suggestion'] == 'Pass': pass except TypeError: - logger.info("请求图片安全接口失败") + logger.error("请求图片安全接口失败") pass