瀏覽代碼

decoder error

chenjunkai 6 年之前
父節點
當前提交
2e6c27a8e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/AppInfo.py

+ 1 - 1
Controller/AppInfo.py

@@ -217,6 +217,6 @@ class AppVersionView(View):
         qs = App_Info.objects.filter(appBundleId=appBundleId,app_type=app_type).values('content')
         ql = CommonService.qs_to_list(qs)
         for q in ql:
-            data.append(json.loads(q['content']))
+            data.append(json.loads(q['content'], strict=False))
         return render_to_response('appVerList.html', locals())