chanjunkai 5 лет назад
Родитель
Сommit
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)