From fb0824b3b945262b2c1ec1d6eceef884a3ed1948 Mon Sep 17 00:00:00 2001 From: Chris McIntosh Date: Tue, 25 May 2021 08:29:47 -0500 Subject: [PATCH] Update app.py Co-authored-by: Jared Murrell --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e802d85..7ae8579 100644 --- a/app.py +++ b/app.py @@ -69,7 +69,7 @@ def sync_team(client=None, owner=None, team_id=None, slug=None): client=client, owner=owner, team_id=team_id, attribute=USER_SYNC_ATTRIBUTE ) compare = compare_members( - group=directory_members, team=team_members, attribute=COMPARE_ATTRIBUTE + group=directory_members, team=team_members, attribute=USER_SYNC_ATTRIBUTE ) if TEST_MODE: print("Skipping execution due to TEST_MODE...")