mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-04-11 04:27:24 +00:00
something changed
This commit is contained in:
parent
376ea248a4
commit
f3fc4cefd0
@ -8,4 +8,4 @@ def get_match_data(request):
|
|||||||
x=[]
|
x=[]
|
||||||
for i in sorted(request.json(), key=lambda i: i['actual_time']):
|
for i in sorted(request.json(), key=lambda i: i['actual_time']):
|
||||||
x.append([[i['alliances']['red']['team_keys'], i['alliances']['blue']['team_keys']],i['winning_alliance']])
|
x.append([[i['alliances']['red']['team_keys'], i['alliances']['blue']['team_keys']],i['winning_alliance']])
|
||||||
return x
|
return x
|
Loading…
x
Reference in New Issue
Block a user