This commit is contained in:
yumoqing 2025-08-08 18:15:54 +08:00
parent 113b9b2fd4
commit 4b053e73f3

View File

@ -1,5 +1,5 @@
dbname = get_module_name('filemgr') dbname = get_module_dbname('filemgr')
db = DBPools() db = DBPools()
async with db.sqlorContext(dbname) as sor: async with db.sqlorContext(dbname) as sor:
filemgr = FileMgr() filemgr = FileMgr()