소스 검색

Last remaining fix.

Omer Katz 6 년 전
부모
커밋
c8ef7ad60b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/worker/worker.py

+ 1 - 1
celery/worker/worker.py

@@ -240,7 +240,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):