浏览代码

删除测试日志'aaa'

chanjunkai 5 年之前
父节点
当前提交
01c0d1b687
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      controller/index.py

+ 1 - 2
controller/index.py

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