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