aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/urls.py')
-rw-r--r--catalog/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/urls.py b/catalog/urls.py
index 9429e5d..c7d4aa6 100644
--- a/catalog/urls.py
+++ b/catalog/urls.py
@@ -39,5 +39,5 @@ if REG_TO_MSB_WHEN_START:
for reg_param in REG_TO_MSB_REG_PARAM:
req_by_msb(REG_TO_MSB_REG_URL, "POST", json.JSONEncoder().encode(reg_param))
-if DMAAP_ENABLED:
+if DMAAP_ENABLED == "true":
SDCController().start()