something changed

This commit is contained in:
art 2020-02-20 19:27:09 -06:00
parent 9d834a64a6
commit 2aac657f63

View File

@ -8,4 +8,4 @@ def get_match_data(request):
x=[]
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']])
return x
return x