auto-sync: 2026-05-30 13:08:52

This commit is contained in:
cfdaily
2026-05-30 13:08:52 +08:00
parent 5d981b1677
commit 5eb4a8c3c6
+1
View File
@@ -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