refactor: 清理重复异常分支并统一分析失败提示

This commit is contained in:
clown145
2026-02-12 15:41:07 +08:00
committed by Helian Nuits
parent 66f198d4f0
commit 02051a5f54
-4
View File
@@ -753,10 +753,6 @@ class QQGroupDailyAnalysis(Star):
if not await adapter.send_text(group_id, text_report):
yield event.plain_result(text_report)
except Exception as e:
logger.error(f"群分析失败: {e}", exc_info=True)
yield event.plain_result(f"❌ 分析核心执行失败: {str(e)}")
except Exception as e:
logger.error(f"群分析失败: {e}", exc_info=True)
yield event.plain_result(