Fixed duplicate oom registration for local programs 51/113151/1
authordengyh <dengyuanhong@chinamobile.com>
Fri, 25 Sep 2020 08:17:42 +0000 (16:17 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Fri, 25 Sep 2020 08:18:42 +0000 (16:18 +0800)
Issue-ID: VFC-1752
Change-Id: Iba6eb8d5a194112ae520f23d06637574901e1a84
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
lcm/urls.py

index 0af60a1..b016d1c 100644 (file)
@@ -33,7 +33,7 @@ urlpatterns = [
 ]
 
 # regist to MSB when startup
-if REG_TO_MSB_WHEN_START:
+if REG_TO_MSB_WHEN_START == "true":
     import json
     from lcm.pub.utils.restcall import req_by_msb
     req_by_msb(MSB_SVC_URL % "v1", "DELETE")