From 93accf9ff30ba2b69112b0def0a0914f8f708149 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Jun 2024 18:52:30 +0800 Subject: [PATCH] Update index.py --- plugins/sphinx/index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sphinx/index.py b/plugins/sphinx/index.py index d7984906e..2245f0ebe 100755 --- a/plugins/sphinx/index.py +++ b/plugins/sphinx/index.py @@ -388,7 +388,8 @@ def makeDbToSphinx(): def updateAll(): - pass + data = sphinxConfParse() + print(data) if __name__ == "__main__": func = sys.argv[1]