Parcourir la source

新增-rematch task

luojunhui il y a 10 mois
Parent
commit
be5ae9e232
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      applications/db/__init__.py

+ 1 - 1
applications/db/__init__.py

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