mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(ruff)
This commit is contained in:
@@ -478,12 +478,12 @@ class GroupDailyAnalysis(Star):
|
||||
pass
|
||||
|
||||
# 设置 TraceID (语义化格式: manual_群名_HHmm)
|
||||
trace_id = TraceContext.generate(prefix="manual", group_name=group_name or group_id)
|
||||
trace_id = TraceContext.generate(
|
||||
prefix="manual", group_name=group_name or group_id
|
||||
)
|
||||
TraceContext.set(trace_id)
|
||||
|
||||
yield event.plain_result(
|
||||
"🔍 正在启动跨平台分析引擎,正在拉取最近消息..."
|
||||
)
|
||||
yield event.plain_result("🔍 正在启动跨平台分析引擎,正在拉取最近消息...")
|
||||
|
||||
try:
|
||||
# 调用 DDD 应用级服务
|
||||
|
||||
Reference in New Issue
Block a user