Skip to content

Commit

Permalink
Update LFX filter to include 'At Risk' memberships as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic authored Feb 26, 2024
1 parent 70669e5 commit f304aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landscape_tools/lfxmembers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LFXMembers(Members):

project = 'tlf' # The Linux Foundation

endpointURL = 'https://api-gw.platform.linuxfoundation.org/project-service/v1/public/projects/{}/members?orderBy=name&status=Active'
endpointURL = 'https://api-gw.platform.linuxfoundation.org/project-service/v1/public/projects/{}/members?orderBy=name&status=Active,At Risk'

def __init__(self, project = None, loadData = True):

Expand Down

0 comments on commit f304aba

Please sign in to comment.