Parcourir la source

测试MSG打印日志

chanjunkai il y a 5 ans
Parent
commit
446c860357
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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)