aiomysql.connect ignores server_public_key argument #670
Open
Description
Describe the bug
aiomysql.connect()
accepts the argument server_public_key
aiomysql/aiomysql/connection.py
Lines 48 to 56 in 0309e5f
but it is not passed on to
_connect()
.
aiomysql Version
master as of writing, 0309e5f
Code of Conduct
- I agree to follow the aio-libs Code of Conduct