summaryrefslogtreecommitdiff
path: root/chimere/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/tasks.py')
-rw-r--r--chimere/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/tasks.py b/chimere/tasks.py
index c69302f..1405c5b 100644
--- a/chimere/tasks.py
+++ b/chimere/tasks.py
@@ -19,7 +19,7 @@
from django.conf import settings
if 'kombu.transport.django' not in settings.INSTALLED_APPS \
- or 'djcelery' in settings.INSTALLED_APPS:
+ or 'djcelery' not in settings.INSTALLED_APPS:
raise ImportError
from celery.decorators import task