Fix digest push log after interval-based scheduling

This commit is contained in:
2569718930@qq.com
2026-04-01 19:28:58 +08:00
parent 149452dcc0
commit c7c4f6c674
+2 -2
View File
@@ -573,8 +573,8 @@ def _maybe_send_focus_digest(
sent_count += 1
except Exception as exc:
logger.warning(
"market focus digest push failed slot={} chat_id={} error={}",
slot_key,
"market focus digest push failed interval_sec={} chat_id={} error={}",
digest_interval_sec,
chat_id,
exc,
)