|
@@ -79,8 +79,6 @@ class storageConnectNum(TemplateView):
|
|
except Exception as e:
|
|
except Exception as e:
|
|
connectNum = -1
|
|
connectNum = -1
|
|
redisObj.set_data(url, connectNum)
|
|
redisObj.set_data(url, connectNum)
|
|
- value1 = redisObj.get_data(key='rtsp.zositech.org')
|
|
|
|
- print(value1)
|
|
|
|
return response.json(0, res='yes')
|
|
return response.json(0, res='yes')
|
|
|
|
|
|
|
|
|