This commit is contained in:
yumoqing 2025-08-08 18:14:20 +08:00
parent 935fe14330
commit 113b9b2fd4

View File

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