From ecff6dd051206938caaabf842b17d350747ab0b9 Mon Sep 17 00:00:00 2001 From: Joel Bradshaw Date: Sat, 3 Jul 2021 00:22:55 -0700 Subject: [PATCH] Make it black --- bookwyrm/tasks.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bookwyrm/tasks.py b/bookwyrm/tasks.py index 3a4d14a2..6d1992a7 100644 --- a/bookwyrm/tasks.py +++ b/bookwyrm/tasks.py @@ -7,7 +7,5 @@ from bookwyrm import settings # set the default Django settings module for the 'celery' program. os.environ.setdefault("DJANGO_SETTINGS_MODULE", "celerywyrm.settings") app = Celery( - "tasks", - broker=settings.CELERY_BROKER, - backend=settings.CELERY_RESULT_BACKEND + "tasks", broker=settings.CELERY_BROKER, backend=settings.CELERY_RESULT_BACKEND )