serJD commited on
Commit
8844fe6
·
verified ·
1 Parent(s): 0773552

Update app.py

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