From d11a990ed9165ffcf90524dba43f36e3cfbd7520 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 20 Mar 2026 15:47:56 +0800 Subject: [PATCH] bugfix --- load_path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/load_path.py b/load_path.py index 78880e2..f225aa2 100644 --- a/load_path.py +++ b/load_path.py @@ -1595,8 +1595,8 @@ async def main(): db = DBPools(config.databases) cnt = 0 async with db.sqlorContext('sage') as sor: - for p in paths.split('\n'): - if not p: + for path in paths.split('\n'): + if not path: continue id = getID() ns = {