mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 03:51:08 +00:00
Make it black
This commit is contained in:
parent
28a76662fe
commit
ecff6dd051
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,5 @@ from bookwyrm import settings
|
||||||
# set the default Django settings module for the 'celery' program.
|
# set the default Django settings module for the 'celery' program.
|
||||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "celerywyrm.settings")
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "celerywyrm.settings")
|
||||||
app = Celery(
|
app = Celery(
|
||||||
"tasks",
|
"tasks", broker=settings.CELERY_BROKER, backend=settings.CELERY_RESULT_BACKEND
|
||||||
broker=settings.CELERY_BROKER,
|
|
||||||
backend=settings.CELERY_RESULT_BACKEND
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue