Skip to content

Commit c0fc509

Browse files
committed
fix: no attribute bug
1 parent 5528c26 commit c0fc509

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/memos/mem_scheduler/task_schedule_modules/dispatcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def status_tracker(self) -> TaskStatusTracker | None:
129129
try:
130130
self._status_tracker = TaskStatusTracker(self.redis)
131131
# Propagate to submodules when created lazily
132-
if self.dispatcher:
133-
self.dispatcher.status_tracker = self._status_tracker
134132
if self.memos_message_queue:
135133
self.memos_message_queue.set_status_tracker(self._status_tracker)
136134
except Exception as e:

0 commit comments

Comments
 (0)