lang 4 년 전
부모
커밋
9adc6202bb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      controller/deviceStatus.py

+ 0 - 2
controller/deviceStatus.py

@@ -307,8 +307,6 @@ class deviceStatus(TemplateView):
                     # has_rtsp_url = UidRtspModel.objects.filter(rtsp_url='RFJrWk9OVVJPUVRnM1IxaFNXazFFUXpFeE1VRT1U').values('uid')
                     if has_rtsp_url.exists():
                         send_flag = self.runSendStop(has_rtsp_url[0]['uid'], has_rtsp_url[0]['password'], push_path)
-                        print(send_flag)
-                        exit()
             if send_flag:
                 return JsonResponse({'res':'success'})
             else: