From 2c31e1571f089c7740c9353cf84648a893f61eca Mon Sep 17 00:00:00 2001 From: Viajero-tect <2737079298@qq.com> Date: Thu, 13 Nov 2025 19:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E2=80=9C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elastic/indexes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elastic/indexes.py b/elastic/indexes.py index 67b7bd5..356b835 100644 --- a/elastic/indexes.py +++ b/elastic/indexes.py @@ -1,3 +1,4 @@ INDEX_NAME = "wordsearch266666" +USER_NAME = "users" ACHIEVEMENT_INDEX_NAME = INDEX_NAME -USER_INDEX_NAME = INDEX_NAME +USER_INDEX_NAME = USER_NAME