回答編集履歴

2

修正

2018/05/06 08:29

投稿

LouiS0616
LouiS0616

スコア35660

test CHANGED
@@ -21,6 +21,8 @@
21
21
 
22
22
 
23
23
  match_data.append((
24
+
25
+ game_id,
24
26
 
25
27
  participant['participantId'],
26
28
 

1

修正

2018/05/06 08:28

投稿

LouiS0616
LouiS0616

スコア35660

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  participants = match_detail[0]['participants']
8
8
 
9
- participantIdentities = match_detail[0]['participantIdentities']
9
+ participant_identities = match_detail[0]['participantIdentities']
10
10
 
11
11
 
12
12
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  participant = participants[player_id]
18
18
 
19
- participantIdentity = participantIdentities[player_id]
19
+ participant_identity = participant_identities[player_id]
20
20
 
21
21
 
22
22
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  participant['timeline']['lane'],
34
34
 
35
- participantIdentity['player']['summonerId']
35
+ participant_identity['player']['summonerId']
36
36
 
37
37
  ))
38
38