This commit is contained in:
yumoqing 2026-03-20 21:56:58 +08:00
parent 4d551a1e41
commit eeab105172

View File

@ -59,7 +59,7 @@ async def main():
else:
ns['id'] = roles[0].id
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)