Update index.py

This commit is contained in:
Mr Chen 2024-07-24 14:33:47 +08:00
parent 97a07b4955
commit 875db69bcf
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}