fix: 不构成操作建议不推XMPP+代码降级改报错+LLM失败=None

This commit is contained in:
知微
2026-07-10 13:29:32 +08:00
parent ba70700e4d
commit b9ba737248
2 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -435,10 +435,7 @@ def run_once(round_label=""):
outputs.append(f" 📨 区间触发重评→已推送Dad: {action}")
else:
reason = f"重评结果:{timing_signal},不构成操作建议"
if _can_push(code, key + "_note"):
msg = f"📋 {name}({code}) 价{price}{zone_desc}{reason}"
push_to_xmpp(msg)
outputs.append(f" 📨 区间触发→已推送说明: {reason}")
outputs.append(f" 📋 本地日志(不推): {reason}")
except Exception as e:
outputs.append(f" ⚠️ 区间重评失败: {e}")
state[code][key] = True