Fixed duplicate oom registration for local programs 54/113154/1
authordengyh <dengyuanhong@chinamobile.com>
Fri, 25 Sep 2020 08:43:09 +0000 (16:43 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Fri, 25 Sep 2020 08:46:26 +0000 (16:46 +0800)
Issue-ID: VFC-1752
Change-Id: I084fbe722aea9eb6ae024580b37895143e96de40
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
res/res/urls.py

index dc43975..29e1126 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 res.pub.utils.restcall import req_by_msb
     req_by_msb(MSB_SVC_URL, "DELETE")