bugfix
This commit is contained in:
parent
4bebb9c3ee
commit
3d3bdf8611
@ -1591,11 +1591,11 @@ paths="""/favicon.ico
|
|||||||
/unipay/refund.ui
|
/unipay/refund.ui
|
||||||
"""
|
"""
|
||||||
async def main():
|
async def main():
|
||||||
config = getConfig('.')
|
config = getConfig('.')
|
||||||
db = DBPools(config.databases)
|
db = DBPools(config.databases)
|
||||||
ids = d.split('\n')
|
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'):
|
||||||
if not p:
|
if not p:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user