Sfoglia il codice sorgente

加一个测试日志

chanjunkai 5 anni fa
parent
commit
89610888e9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      controller/index.py

+ 2 - 1
controller/index.py

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