bugfix
This commit is contained in:
parent
67571f1af8
commit
93db80ac52
@ -452,7 +452,7 @@ class SQLor(object):
|
|||||||
async def tables(self):
|
async def tables(self):
|
||||||
sqlstring = self.tablesSQL()
|
sqlstring = self.tablesSQL()
|
||||||
ret = []
|
ret = []
|
||||||
async with r in self._get_data(sqlstring,{}):
|
async for r in self._get_data(sqlstring,{}):
|
||||||
ret.append(r)
|
ret.append(r)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user