chanjunkai 5 лет назад
Родитель
Сommit
38ddd9531c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      controller/index.py

+ 1 - 0
controller/index.py

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