diff --git a/bin/headercheckdashboardproxy b/bin/headercheckdashboardproxy index f47893f..a94a4ad 100644 --- a/bin/headercheckdashboardproxy +++ b/bin/headercheckdashboardproxy @@ -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)) == [] :