chanjunkai há 5 anos atrás
pai
commit
ba1d3a6e2c
1 ficheiros alterados com 1 adições e 1 exclusões
  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: