Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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:
|