Explorar el Código

测试MSG打印日志

chanjunkai hace 5 años
padre
commit
446c860357
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      controller/index.py

+ 3 - 1
controller/index.py

@@ -258,7 +258,9 @@ class oa2RtspStartView(TemplateView):
                 'protocols': ['RTSP'],
                 'authorizationTypes': ['NONE'],
                 'uri': rtsp_uri,
-                'msg': send_flag        
+                'msg': send_flag,
+                'test_msg': MSG
+
             }
             # time.sleep(1.5)
             redisObj.set_data(key=key, val=str(res_json), expire=15)