diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2020-10-22 10:50:20 +0800 |
---|---|---|
committer | Yuanhong Deng <dengyuanhong@chinamobile.com> | 2020-10-23 02:48:36 +0000 |
commit | b9178eb87ddbe3777b0aeae4028f94669950f894 (patch) | |
tree | acfb6b4de0fe8125f57f9d2ea9a9cfc5688c55f6 /catalog/urls.py | |
parent | 0c9e5344629c48467db78973111e02f75020702e (diff) |
Refactor the code of SDCController
Issue-ID: MODELING-440
Change-Id: I3020d964ca1d9b1d054bc4deca75a7fa6fdac34e
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'catalog/urls.py')
-rw-r--r-- | catalog/urls.py | 2 |
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() |