Update index.py

pull/620/head
Mr Chen 10 months ago
parent 5e9b5466a6
commit fd8bda7f48
  1. 2
      plugins/redis/index.py

@ -482,7 +482,7 @@ def getRedisConfInfo():
result = [] result = []
for g in gets: for g in gets:
rep = "^(" + g['name'] + ')\s*([.0-9A-Za-z_& ~]+)' rep = "^(" + g['name'] + r')\s*([.0-9A-Za-z_& ~]+)'
tmp = re.search(rep, content, re.M) tmp = re.search(rep, content, re.M)
if not tmp: if not tmp:
if g['must_show'] == 0: if g['must_show'] == 0:

Loading…
Cancel
Save