chanjunkai 5 năm trước cách đây
mục cha
commit
68afec72c7
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 8 8
      controller/index.py

+ 8 - 8
controller/index.py

@@ -258,14 +258,14 @@ class oa2RtspStartView(TemplateView):
             print(MSG)
             print(MSG)
 
 
 
 
-            logger = logging.getLogger('django')
-            logger.info('开始打印---------------------------')
-            logger.info(MSG)
-            logger.info(st)
-            send_flag = self.runSendStop(UID, PWD, MSG)
-            logger.info(send_flag)
-            if send_flag:
-                return JsonResponse({'msg': 'stop yes', 'code': 0})
+            # logger = logging.getLogger('django')
+            # logger.info('开始打印---------------------------')
+            # logger.info(MSG)
+            # logger.info(st)
+            # send_flag = self.runSendStop(UID, PWD, MSG)
+            # logger.info(send_flag)
+            # if send_flag:
+            #     return JsonResponse({'msg': 'stop yes', 'code': 0})
 
 
 
 
             if int(st) == 1:
             if int(st) == 1: