Skip to content

Commit

Permalink
Adding team id debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 14, 2023
1 parent 113106a commit 4583c16
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 @@ -208,6 +208,7 @@ def create_data_source():
)
if team_creation_response:
team_info = team_creation_response.json()
print(f"Team Info: %s", team_info)
team_id = team_info.get("id")
if team_id:
data_source.team_id = team_id
Expand Down

0 comments on commit 4583c16

Please sign in to comment.