auto-sync: 2026-05-21 12:13:00

This commit is contained in:
cfdaily
2026-05-21 12:13:00 +08:00
parent 0b66dcb118
commit 2ad381290f
+1 -1
View File
@@ -484,7 +484,7 @@ class Ticker:
司马懿建议:攒一批任务,一次广播,而非每个任务触发一次广播。
广播前检查全局并发,接近上限时跳过。
"""
if not self.counter or not self.spawner:
if not getattr(self, 'dispatcher', None) or not self.spawner:
return []
# 全局并发检查(司马懿建议 1