serJD commited on
Commit
31c7a45
·
verified ·
1 Parent(s): c7ea683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ async def update_streams(request: Request):
114
  print(f"Team Name: {team_name}")
115
 
116
  # Send the team name to the WebSocket server
117
- await send_data({"teamName": team_name})
118
  else:
119
  print("Failed to retrieve the referenced object data.")
120
  else:
 
114
  print(f"Team Name: {team_name}")
115
 
116
  # Send the team name to the WebSocket server
117
+ await send_data(team_name)
118
  else:
119
  print("Failed to retrieve the referenced object data.")
120
  else: