chanjunkai 5 years ago
parent
commit
38ddd9531c
1 changed files with 1 additions and 0 deletions
  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: