Typos
This commit is contained in:
parent
8cd51313ac
commit
1ae3b084f4
@ -52,7 +52,7 @@ async def serve_file(request: Request, file_path: str) :
|
||||
if 'users' in service.attrs.keys() :
|
||||
allowed_users = service['users'].split(',')
|
||||
if allowed_users != ["Any"] and user_header not in allowed_users :
|
||||
shouldremove = true
|
||||
shouldremove = True
|
||||
if 'groups' in service.attrs.keys() :
|
||||
allowed_groups = service['groups'].split(',')
|
||||
if list(set(current_groups) & set(allowed_groups)) == [] :
|
||||
|
Loading…
Reference in New Issue
Block a user