Skip to content

Commit

Permalink
Filter by status=Active due to API endpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic authored Dec 5, 2023
1 parent ba4923b commit 70669e5
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'
endpointURL = 'https://api-gw.platform.linuxfoundation.org/project-service/v1/public/projects/{}/members?orderBy=name&status=Active'

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

Expand Down

0 comments on commit 70669e5

Please sign in to comment.