fix: config kwargs 键 database→db(aiomysql.connect 只认 db)

This commit is contained in:
pipeline-agent 2026-08-30 08:35:50 +08:00
parent 12158558dd
commit 08a1b7ba6a

View File

@ -20,8 +20,7 @@
"user": "",
"password": "",
"charset": "utf8mb4",
"db": "scense",
"database": ""
"db": "scense"
}
}
},