Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Murrell <[email protected]>
  • Loading branch information
Chris McIntosh and Jared Murrell authored May 25, 2021
1 parent 4a06a13 commit 6826f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def sync_team(client=None, owner=None, team_id=None, slug=None):
directory_members = []
print(e)
team_members = github_team_members(
client=client, owner=owner, team_id=team_id, attribute=COMPARE_ATTRIBUTE
client=client, owner=owner, team_id=team_id, attribute=USER_SYNC_ATTRIBUTE
)
compare = compare_members(
group=directory_members, team=team_members, attribute=COMPARE_ATTRIBUTE
Expand Down

0 comments on commit 6826f69

Please sign in to comment.