|
@@ -60,7 +60,7 @@ class AsyncMySQLClient(object):
|
|
async with conn.cursor(cursor_type) as cursor:
|
|
async with conn.cursor(cursor_type) as cursor:
|
|
await cursor.execute(sql)
|
|
await cursor.execute(sql)
|
|
result = await cursor.fetchall()
|
|
result = await cursor.fetchall()
|
|
- return result
|
|
|
|
|
|
+ return result
|
|
|
|
|
|
async def async_insert(self, sql, params):
|
|
async def async_insert(self, sql, params):
|
|
"""
|
|
"""
|