mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Use double quotes to match the coding standard
This commit is contained in:
@@ -53,7 +53,7 @@ celery_app = Celery("module-build-service")
|
||||
# celery_broker_url -> broker_url
|
||||
celery_configs = {
|
||||
name[7:]: getattr(conf, name)
|
||||
for name in dir(conf) if name.startswith('celery_')
|
||||
for name in dir(conf) if name.startswith("celery_")
|
||||
}
|
||||
celery_app.conf.update(**celery_configs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user