chanjunkai 5 년 전
부모
커밋
49c72f75ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -200,7 +200,7 @@ class oa2RtspStartView(TemplateView):
         redis_data = redisObj.get_data(key=key)
         if redis_data and st == 0:
             print('select by redis data')
-            time.sleep(2)
+            # time.sleep(3)
             res_json = eval(redis_data)
             return JsonResponse(res_json, safe=False)
         if access_token == '6ovF9wiXm7su9YXO67PSOkrEPb2LIOf1':