We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
db.client = await aiomysql.create_pool(host=str(host), port=int(port), user=str(user), password=str(passwd), db=str(mysql_db), loop=None, autocommit=False)
can i set host to a str ,such as "ip1,ip2"?
Activity