serJD commited on
Commit
0773552
·
verified ·
1 Parent(s): 5e26511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ async def update_streams(request: Request):
118
  team_name = extract_team_name(object_data)
119
 
120
  if team_name:
121
- print(f"Team Name: {team_name}")
122
  await send_data({"teamName": team_name})
123
  else:
124
  print("Team name not found in the object data.")
 
118
  team_name = extract_team_name(object_data)
119
 
120
  if team_name:
121
+ print(f"SENDING Team Name: {team_name}")
122
  await send_data({"teamName": team_name})
123
  else:
124
  print("Team name not found in the object data.")