chanjunkai 5 rokov pred
rodič
commit
3f691db572
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -256,7 +256,7 @@ class oa2RtspStartView(TemplateView):
                 'authorizationTypes': ['NONE'],
                 'uri': rtsp_uri
             }
-            time.sleep(2)
+            # time.sleep(1)
             # if send_flag:
             #     redisObj.set_data(key=key, val=str(res_json), expire=30)
             return JsonResponse(res_json, safe=False)