Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -156,6 +156,7 @@ def load_dk_player_roo(tab):
|
|
156 |
'Top_5_finish', 'Top_10_finish', '20+%', '2x%', '3x%', '4x%', 'GPP%', 'Own%', 'Small Field Own%',
|
157 |
'Large Field Own%', 'Cash Own%']]
|
158 |
raw_display = raw_display.replace('Expected Lineup', expected_lineup)
|
|
|
159 |
|
160 |
for checkVar in range(len(wrong_acro)):
|
161 |
raw_display['Team'] = raw_display['Team'].replace(wrong_acro, right_acro)
|
@@ -175,6 +176,7 @@ def load_fd_player_roo(tab):
|
|
175 |
'Top_5_finish', 'Top_10_finish', '20+%', '2x%', '3x%', '4x%', 'GPP%', 'Own%', 'Small Field Own%',
|
176 |
'Large Field Own%', 'Cash Own%']]
|
177 |
raw_display = raw_display.replace('Expected Lineup', expected_lineup)
|
|
|
178 |
|
179 |
for checkVar in range(len(wrong_acro)):
|
180 |
raw_display['Team'] = raw_display['Team'].replace(wrong_acro, right_acro)
|
|
|
156 |
'Top_5_finish', 'Top_10_finish', '20+%', '2x%', '3x%', '4x%', 'GPP%', 'Own%', 'Small Field Own%',
|
157 |
'Large Field Own%', 'Cash Own%']]
|
158 |
raw_display = raw_display.replace('Expected Lineup', expected_lineup)
|
159 |
+
raw_display = raw_display.replace('Confirmed Lineup', confirmed_lineup)
|
160 |
|
161 |
for checkVar in range(len(wrong_acro)):
|
162 |
raw_display['Team'] = raw_display['Team'].replace(wrong_acro, right_acro)
|
|
|
176 |
'Top_5_finish', 'Top_10_finish', '20+%', '2x%', '3x%', '4x%', 'GPP%', 'Own%', 'Small Field Own%',
|
177 |
'Large Field Own%', 'Cash Own%']]
|
178 |
raw_display = raw_display.replace('Expected Lineup', expected_lineup)
|
179 |
+
raw_display = raw_display.replace('Confirmed Lineup', confirmed_lineup)
|
180 |
|
181 |
for checkVar in range(len(wrong_acro)):
|
182 |
raw_display['Team'] = raw_display['Team'].replace(wrong_acro, right_acro)
|