Supported MySQL Changes Listening
This commit is contained in:
@@ -59,7 +59,6 @@ async def cached_cursors_cleaner():
|
||||
async def pool_creator(connection: Connection, minsize=5, maxsize=10):
|
||||
|
||||
return await aiomysql.create_pool(
|
||||
# **DB_CONFIG,
|
||||
host=connection.host,
|
||||
user=connection.username,
|
||||
password=connection.password,
|
||||
|
||||
Reference in New Issue
Block a user