Fix digest push log after interval-based scheduling
This commit is contained in:
@@ -573,8 +573,8 @@ def _maybe_send_focus_digest(
|
|||||||
sent_count += 1
|
sent_count += 1
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"market focus digest push failed slot={} chat_id={} error={}",
|
"market focus digest push failed interval_sec={} chat_id={} error={}",
|
||||||
slot_key,
|
digest_interval_sec,
|
||||||
chat_id,
|
chat_id,
|
||||||
exc,
|
exc,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user