Spaces:
Sleeping
Sleeping
Jon Solow
commited on
Commit
·
1a0f015
1
Parent(s):
3639273
Hide MRS
Browse files- src/page_selector.py +2 -0
src/page_selector.py
CHANGED
@@ -16,10 +16,12 @@ MODE_PAGE_EXCLUSION_MAP = {
|
|
16 |
"ECR",
|
17 |
"League_Simulation",
|
18 |
"Keeper_Rules",
|
|
|
19 |
],
|
20 |
OFFSEASON_MODE: [
|
21 |
"Practice_Reports",
|
22 |
"League_Simulation",
|
|
|
23 |
],
|
24 |
}
|
25 |
|
|
|
16 |
"ECR",
|
17 |
"League_Simulation",
|
18 |
"Keeper_Rules",
|
19 |
+
"Maximum_Roster_Strategy",
|
20 |
],
|
21 |
OFFSEASON_MODE: [
|
22 |
"Practice_Reports",
|
23 |
"League_Simulation",
|
24 |
+
"Maximum_Roster_Strategy",
|
25 |
],
|
26 |
}
|
27 |
|