ErickMVdO commited on
Commit
e105b2b
1 Parent(s): da84d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -47,7 +47,6 @@ def win_position(assists, boosts, damageDealt, DBNOs, headshotKills, heals, kill
47
  f_killStreaks = float(killStreaks)
48
  f_longestKill = float(longestKill)
49
  f_matchDuration = float(matchDuration)
50
- f_matchType = float(matchType)
51
  f_maxPlace = float(maxPlace)
52
  f_numGroups = float(numGroups)
53
  f_rankPoints = float(rankPoints)
@@ -74,7 +73,7 @@ def win_position(assists, boosts, damageDealt, DBNOs, headshotKills, heals, kill
74
  f_killStreaks,
75
  f_longestKill,
76
  f_matchDuration,
77
- f_matchType,
78
  f_maxPlace,
79
  f_numGroups,
80
  f_rankPoints,
 
47
  f_killStreaks = float(killStreaks)
48
  f_longestKill = float(longestKill)
49
  f_matchDuration = float(matchDuration)
 
50
  f_maxPlace = float(maxPlace)
51
  f_numGroups = float(numGroups)
52
  f_rankPoints = float(rankPoints)
 
73
  f_killStreaks,
74
  f_longestKill,
75
  f_matchDuration,
76
+ matchType,
77
  f_maxPlace,
78
  f_numGroups,
79
  f_rankPoints,