bugfix
This commit is contained in:
parent
98fe6e2b0e
commit
5c58c04440
@ -47,7 +47,7 @@ class SqlorPool:
|
|||||||
|
|
||||||
async def _new_sqlor(self):
|
async def _new_sqlor(self):
|
||||||
sqlor = await self.create_func()
|
sqlor = await self.create_func()
|
||||||
sqlor.connect()
|
await sqlor.connect()
|
||||||
x = DictObject(**{
|
x = DictObject(**{
|
||||||
'used': True,
|
'used': True,
|
||||||
'use_at': time.time(),
|
'use_at': time.time(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user