فهرست منبع

Last remaining fix.

Omer Katz 7 سال پیش
والد
کامیت
eda5556142
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      celery/worker/worker.py

+ 1 - 1
celery/worker/worker.py

@@ -242,7 +242,7 @@ class WorkController(object):
 
     def should_use_eventloop(self):
         return (detect_environment() == 'default' and
-                self._conninfo.transport.implements.async and
+                self._conninfo.transport.implements.asynchronous and
                 not self.app.IS_WINDOWS)
 
     def stop(self, in_sighandler=False, exitcode=None):