bugfix
This commit is contained in:
parent
59edbcf7f5
commit
4d551a1e41
@ -59,7 +59,7 @@ async def main():
|
||||
else:
|
||||
ns['id'] = roles[0].id
|
||||
for p in perms:
|
||||
await add_roleperm(sor, ns['id'], path, permid=p.id)
|
||||
await add_roleperm(sor, ns['id'], permid)
|
||||
await delete_anonymous_perm(sor, p.id)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user