From abcf6250e381f4b03f8993690236ed66a38754d5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 19 May 2024 18:20:10 +0800 Subject: [PATCH] Update sphinx_make.py --- plugins/sphinx/class/sphinx_make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sphinx/class/sphinx_make.py b/plugins/sphinx/class/sphinx_make.py index 6b18988b9..2609030e8 100644 --- a/plugins/sphinx/class/sphinx_make.py +++ b/plugins/sphinx/class/sphinx_make.py @@ -192,7 +192,7 @@ def makeSqlToSphinxAll(): conf = '' conf += makeSphinxHeader() - conf += makeSqlToSphinxDb(pdb, 'bbs', ['bbs_ucenter_admins']) + conf += makeSqlToSphinxDb(pdb, 'bbs') # for x in range(len(dblist)):