返回 map
This commit is contained in:
@@ -17,5 +17,6 @@ pool = PooledDB(
|
||||
user=MYSQL_USER,
|
||||
password=MYSQL_PASS,
|
||||
database=MYSQL_NAME,
|
||||
charset='utf8mb4'
|
||||
charset='utf8mb4',
|
||||
cursorclass=pymysql.cursors.DictCursor,
|
||||
)
|
||||
|
Reference in New Issue
Block a user