This commit is contained in:
yumoqing 2025-10-19 16:44:37 +08:00
parent 98fe6e2b0e
commit 5c58c04440

View File

@ -47,7 +47,7 @@ class SqlorPool:
async def _new_sqlor(self):
sqlor = await self.create_func()
sqlor.connect()
await sqlor.connect()
x = DictObject(**{
'used': True,
'use_at': time.time(),