返回 map

This commit is contained in:
2024-11-11 17:55:52 +08:00
parent 7d153debdf
commit 028f310aa4
2 changed files with 4 additions and 3 deletions

View File

@@ -17,5 +17,6 @@ pool = PooledDB(
user=MYSQL_USER,
password=MYSQL_PASS,
database=MYSQL_NAME,
charset='utf8mb4'
charset='utf8mb4',
cursorclass=pymysql.cursors.DictCursor,
)