浏览代码

Adds missing attribute

Ask Solem 12 年之前
父节点
当前提交
7f4e5cae27
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      celery/worker/hub.py

+ 1 - 0
celery/worker/hub.py

@@ -150,6 +150,7 @@ class Hub(object):
         self.on_close = []
         self.on_task = []
         self.consolidate = set()
+        self.consolidate_callback = None
 
     def start(self):
         """Called by Hub bootstep at worker startup."""