python formatting
This commit is contained in:
parent
aa91361fe4
commit
e608d8b8ad
@ -10,7 +10,7 @@ CELERY_RESULT_BACKEND = "redis://:{}@redis_broker:{}/0".format(
|
||||
requests.utils.quote(env("REDIS_BROKER_PASSWORD", "")), env("REDIS_BROKER_PORT")
|
||||
)
|
||||
|
||||
CELERY_DEFAULT_QUEUE="low_priority"
|
||||
CELERY_DEFAULT_QUEUE = "low_priority"
|
||||
|
||||
CELERY_ACCEPT_CONTENT = ["json"]
|
||||
CELERY_TASK_SERIALIZER = "json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user