lang 4 years ago
parent
commit
9adc6202bb
1 changed files with 0 additions and 2 deletions
  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: