Explorar o código

Fixed typo conf.CELERY_RESULT_BACKEND -> conf.RESULT_BACKEND

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
db02037c01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/backends/__init__.py

+ 1 - 1
celery/backends/__init__.py

@@ -43,7 +43,7 @@ def get_backend_cls(backend):
     Get the backend class specified in :setting:`CELERY_RESULT_BACKEND`.
 
 """
-get_default_backend_cls = curry(get_backend_cls, conf.CELERY_RESULT_BACKEND)
+get_default_backend_cls = curry(get_backend_cls, conf.RESULT_BACKEND)
 
 
 """