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

+ 1 - 0
controller/index.py

@@ -198,6 +198,7 @@ class oa2RtspStartView(TemplateView):
         redisObj = RedisObject(db=9)
         key = '{UID}_rtsp_key'.format(UID=id)
         redis_data = redisObj.get_data(key=key)
+        print(st)
         if redis_data and st == 0:
             print('select by redis data')
             # time.sleep(3)