chanjunkai %!s(int64=5) %!d(string=hai) anos
pai
achega
38ddd9531c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: