From 1d078a63ca2d2364c2fae63fc1bf1174c08bf5a6 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 13 Oct 2023 16:37:23 +0800 Subject: [PATCH] Update index.py --- plugins/redis/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/redis/index.py b/plugins/redis/index.py index 8f30290e7..dadb83506 100755 --- a/plugins/redis/index.py +++ b/plugins/redis/index.py @@ -296,7 +296,6 @@ def runLog(): def getRedisConfInfo(): conf = getServerDir() + '/redis.conf' - content = mw.readFile(conf) gets = [ {'name': 'bind', 'type': 2, 'ps': '绑定IP(修改绑定IP可能会存在安全隐患)'},