chanjunkai 5 年之前
父節點
當前提交
8010624d6f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      controller/index.py

+ 2 - 2
controller/index.py

@@ -201,8 +201,8 @@ class oa2RtspStartView(TemplateView):
         if redis_data and st == 0:
             print('select by redis data')
             # time.sleep(3)
-            res_json = eval(redis_data)
-            return JsonResponse(res_json, safe=False)
+            # res_json = eval(redis_data)
+            # return JsonResponse(res_json, safe=False)
         if access_token == '6ovF9wiXm7su9YXO67PSOkrEPb2LIOf1':
             print('pass yes')
             user_qs = UserModel.objects.filter(userID='154483823297313800138000')