chanjunkai 5 年之前
父节点
当前提交
ba1d3a6e2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -265,7 +265,7 @@ class oa2RtspStartView(TemplateView):
             return JsonResponse({'msg': 'wrong'})
 
     def runSendRtspMsg(self, UID, PWD, MSG):
-        return True
+        # return True
         command = "./pushtool {UID} {PWD} {MSG} 1".format(UID=UID, PWD=PWD, MSG=MSG)
         print('command=>{command}'.format(command=command))
         try: