fix other loop

This commit is contained in:
2026-08-02 05:27:29 -04:00
parent 2267b45519
commit 3ddcab4840
+1 -1
View File
@@ -38,7 +38,7 @@ def fetch_data():
"injury_status": player['injury_status'], "injury_status": player['injury_status'],
"injury_body_part": player['injury_body_part'] "injury_body_part": player['injury_body_part']
}) })
for player in resp["team2"]["players"]: for player in data["team2"]["players"]:
players['team1'].append({ players['team1'].append({
"first_name": player['first_name'], "first_name": player['first_name'],
"last_name": player['last_name'], "last_name": player['last_name'],