From 5eb4a8c3c6dc0b91db787e2e74a91b73deb073d4 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 30 May 2026 13:08:52 +0800 Subject: [PATCH] auto-sync: 2026-05-30 13:08:52 --- src/daemon/ticker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/ticker.py b/src/daemon/ticker.py index 2f7cb5e..043612e 100644 --- a/src/daemon/ticker.py +++ b/src/daemon/ticker.py @@ -1097,6 +1097,7 @@ Parent Task ID: {parent_task.id} - 禁止使用 sessions_send 直接发消息 """ + @property def counter(self): """从 Dispatcher 获取 counter""" return getattr(self.dispatcher, 'counter', None) if self.dispatcher else None