bugfix
This commit is contained in:
parent
906073a516
commit
98fe6e2b0e
@ -324,7 +324,7 @@ class SQLor(object):
|
||||
fields = [i[0].lower() for i in cur.description]
|
||||
while True:
|
||||
rec = await self.fetchone(cur)
|
||||
debug(f'{rec=}, {tpye(rec)}')
|
||||
debug(f'{rec=}, {type(rec)}')
|
||||
if rec is None:
|
||||
break
|
||||
if isinstance(rec, dict):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user