This commit is contained in:
yumoqing 2026-03-20 15:47:02 +08:00
parent d848218629
commit 43c9adcdf9

View File

@ -1593,7 +1593,6 @@ paths="""/favicon.ico
async def main(): async def main():
config = getConfig('.') config = getConfig('.')
db = DBPools(config.databases) db = DBPools(config.databases)
ids = d.split('\n')
cnt = 0 cnt = 0
async with db.sqlorContext('sage') as sor: async with db.sqlorContext('sage') as sor:
for p in paths.split('\n'): for p in paths.split('\n'):