From 3d3bdf8611d43e3ab575eb26b8974b689c8445c1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 20 Mar 2026 15:45:39 +0800 Subject: [PATCH] bugfix --- load_path.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/load_path.py b/load_path.py index 2d92876..a72f315 100644 --- a/load_path.py +++ b/load_path.py @@ -1591,11 +1591,11 @@ paths="""/favicon.ico /unipay/refund.ui """ async def main(): - config = getConfig('.') - db = DBPools(config.databases) - ids = d.split('\n') + config = getConfig('.') + db = DBPools(config.databases) + ids = d.split('\n') cnt = 0 - async with db.sqlorContext('sage') as sor: + async with db.sqlorContext('sage') as sor: for p in paths.split('\n'): if not p: continue