chanjunkai 5 жил өмнө
parent
commit
6349927635
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      controller/index.py

+ 1 - 0
controller/index.py

@@ -269,6 +269,7 @@ class oa2RtspStartView(TemplateView):
 
             if int(st) == 1:
                 send_flag = self.runSendStop(UID, PWD, MSG)
+                logger.info('----------send_flag---st=1-----------------')
                 if send_flag:
                     return JsonResponse({'msg': 'stop yes', 'code': 0})
                 else: