ErickMVdO commited on
Commit
2e44750
1 Parent(s): 405172f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,6 +66,7 @@ def win_position(assists, boosts, damageDealt, DBNOs, headshotKills, heals, kill
66
  f_killStreaks = float(killStreaks)
67
  f_longestKill = float(longestKill)
68
  f_matchDuration = float(matchDuration)
 
69
  f_maxPlace = float(maxPlace)
70
  f_numGroups = float(numGroups)
71
  f_rankPoints = float(rankPoints)
@@ -92,7 +93,7 @@ def win_position(assists, boosts, damageDealt, DBNOs, headshotKills, heals, kill
92
  f_killStreaks,
93
  f_longestKill,
94
  f_matchDuration,
95
- matchType,
96
  f_maxPlace,
97
  f_numGroups,
98
  f_rankPoints,
 
66
  f_killStreaks = float(killStreaks)
67
  f_longestKill = float(longestKill)
68
  f_matchDuration = float(matchDuration)
69
+ f_matchType = options.index(matchType)
70
  f_maxPlace = float(maxPlace)
71
  f_numGroups = float(numGroups)
72
  f_rankPoints = float(rankPoints)
 
93
  f_killStreaks,
94
  f_longestKill,
95
  f_matchDuration,
96
+ f_matchType,
97
  f_maxPlace,
98
  f_numGroups,
99
  f_rankPoints,