Skip to content

Commit

Permalink
Fix bug (also fix commit history later)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotActuallyTerry authored Jun 1, 2024
1 parent d7e3060 commit 22639ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubapp/keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
username=os.environ["KEYCLOAK_USERNAME"],
password=os.environ["KEYCLOAK_PASSWORD"],
realm_name=os.environ["KEYCLOAK_REALM"],
user_realm_name=os.environ.get["KEYCLOAK_ADMIN_REALM"]
user_realm_name=os.environ["KEYCLOAK_ADMIN_REALM"]
)

def get_group_members(self, group_name: str = None):
Expand Down

0 comments on commit 22639ae

Please sign in to comment.