Compare commits

..

2 Commits

Author SHA1 Message Date
8c67ba5793 bugfix 2025-08-13 11:23:25 +08:00
787bf26c19 bugfix 2025-08-13 11:22:45 +08:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -109,8 +109,8 @@ class UAPI:
else:
dbname = get_dbname()
db = DBPools()
self.sor = db.sqlorContext(dbname)
async with self.sor as sor:
async with db.sqlorContext(dbname) as sor:
self.sor = sor
auth_uapi, uapi = await self.get_uapis(self.sor,
upapiid, apiname,
callerid, params=params)