Skip to content

Commit

Permalink
Debugging team create call.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 15, 2023
1 parent a9fdb23 commit b68ab70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def create_data_source():
access_token=session.get("token").get("access_token"),
)
if team_creation_response:
print(f"Team Creation Response: %s", team_creation_response)
team_info = team_creation_response.json()
print(f"Team Info: %s", team_info)
team_id = team_info.get("id")
Expand Down

0 comments on commit b68ab70

Please sign in to comment.