From 36189407131925d475d63b47fecea51814a83ffa Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 24 Jul 2024 13:45:17 +0800 Subject: [PATCH] Update index.py --- plugins/redis/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/redis/index.py b/plugins/redis/index.py index 243bcfcc5..b38adcd32 100755 --- a/plugins/redis/index.py +++ b/plugins/redis/index.py @@ -512,7 +512,7 @@ def submitRedisConf(): content = mw.readFile(conf) for g in gets: if g in args: - rep = g + '\s*([.0-9A-Za-z_& ~]+)' + rep = g + r'\s*([.0-9A-Za-z_& ~]+)' val = g + ' ' + args[g] if g == 'maxmemory':