Spaces:
Running
Running
Jon Solow
commited on
Commit
·
fe6f335
1
Parent(s):
cd5e7f0
Update offseason page filters
Browse files- src/page_selector.py +3 -1
src/page_selector.py
CHANGED
@@ -23,6 +23,7 @@ MODE_PAGE_EXCLUSION_MAP = {
|
|
23 |
OFFSEASON_MODE: [
|
24 |
"Practice_Reports",
|
25 |
"League_Simulation",
|
|
|
26 |
"Maximum_Roster_Strategy",
|
27 |
"Targets",
|
28 |
"Redzone_Opportunities",
|
@@ -32,8 +33,9 @@ MODE_PAGE_EXCLUSION_MAP = {
|
|
32 |
"Next_Gen_Stats",
|
33 |
"Load_Data",
|
34 |
"Player_News",
|
|
|
35 |
# after keepers are selected
|
36 |
-
"My_Keepers",
|
37 |
],
|
38 |
}
|
39 |
|
|
|
23 |
OFFSEASON_MODE: [
|
24 |
"Practice_Reports",
|
25 |
"League_Simulation",
|
26 |
+
"League_Results_Summary",
|
27 |
"Maximum_Roster_Strategy",
|
28 |
"Targets",
|
29 |
"Redzone_Opportunities",
|
|
|
33 |
"Next_Gen_Stats",
|
34 |
"Load_Data",
|
35 |
"Player_News",
|
36 |
+
"Depth_Charts",
|
37 |
# after keepers are selected
|
38 |
+
# "My_Keepers",
|
39 |
],
|
40 |
}
|
41 |
|