Fixed duplicate oom registration for local programs 55/113155/1
authordengyh <dengyuanhong@chinamobile.com>
Fri, 25 Sep 2020 08:48:53 +0000 (16:48 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Fri, 25 Sep 2020 08:48:57 +0000 (16:48 +0800)
Issue-ID: VFC-1752
Change-Id: I82968025e8b4a72a029d66c4d630fab5cec1336c
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
mgr/mgr/urls.py

index 976857a..e26bd32 100644 (file)
@@ -23,7 +23,7 @@ urlpatterns = [
 ]
 
 # regist to MSB when startup
-if REG_TO_MSB_WHEN_START:
+if REG_TO_MSB_WHEN_START == "true":
     import json
     from mgr.pub.utils.restcall import req_by_msb
     req_by_msb(MSB_SVC_URL, "DELETE")