ForzaJuve1 commited on
Commit
ae41a29
1 Parent(s): 3abd2dc

Update Integration.py

Browse files
Files changed (1) hide show
  1. Integration.py +1 -1
Integration.py CHANGED
@@ -578,7 +578,7 @@ class Euro2020Dataset(GeneratorBasedBuilder):
578
 
579
  PlayerStats_dict = {}
580
  for key in PlayerStats.keys():
581
- PlayerStats_dict[key] = PlayStats[key]
582
 
583
  PlayerPreMatchInfo_dict = {}
584
  for key in PlayerPreMatchInfo.keys():
 
578
 
579
  PlayerStats_dict = {}
580
  for key in PlayerStats.keys():
581
+ PlayerStats_dict[key] = PlayerStats[key]
582
 
583
  PlayerPreMatchInfo_dict = {}
584
  for key in PlayerPreMatchInfo.keys():