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