bugfix
This commit is contained in:
parent
43c9adcdf9
commit
d11a990ed9
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user