From 08a1b7ba6afbab9fe73df163fc8c6170b77c4b95 Mon Sep 17 00:00:00 2001 From: pipeline-agent Date: Sun, 30 Aug 2026 08:35:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20config=20kwargs=20=E9=94=AE=20database?= =?UTF-8?q?=E2=86=92db=EF=BC=88aiomysql.connect=20=E5=8F=AA=E8=AE=A4=20db?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 389a8bc..16b22cc 100644 --- a/conf/config.json +++ b/conf/config.json @@ -20,8 +20,7 @@ "user": "", "password": "", "charset": "utf8mb4", - "db": "scense", - "database": "" + "db": "scense" } } },