From 884195fc34b5cb718cd943686fe1b5146bec4de9 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Fri, 12 Aug 2022 11:18:42 +0200 Subject: [PATCH] Fix typo --- ldvspec/ldvspec/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldvspec/ldvspec/settings/base.py b/ldvspec/ldvspec/settings/base.py index 0f6bd1f4..8d54a412 100644 --- a/ldvspec/ldvspec/settings/base.py +++ b/ldvspec/ldvspec/settings/base.py @@ -135,4 +135,4 @@ REST_FRAMEWORK = { # Recommended to use an environment variable to set the broker URL. CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL", "amqp://guest@localhost:5672") -USW_WORKERS = ['lofardata.workers.query.Echo'] \ No newline at end of file +UWS_WORKERS = ['lofardata.workers.query.Echo'] \ No newline at end of file -- GitLab