Explorar el Código

Adds missing attribute

Ask Solem hace 12 años
padre
commit
7f4e5cae27
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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."""