From 875db69bcfe4657cd3ed6cc514c003b6a7b3e0f2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 24 Jul 2024 14:33:47 +0800 Subject: [PATCH] Update index.py --- plugins/sphinx/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sphinx/index.py b/plugins/sphinx/index.py index 4d56bf457..041ec3539 100755 --- a/plugins/sphinx/index.py +++ b/plugins/sphinx/index.py @@ -295,7 +295,7 @@ def sphinxConfParse(): file = getConf() bin_dir = getServerDir() content = mw.readFile(file) - rep = 'index\s(.*)' + rep = r'index\s(.*)' sindex = re.findall(rep, content) indexlen = len(sindex) cmd = {}