Jon Solow commited on
Commit
1e9b05a
1 Parent(s): 108c07f

Exclude league simulation page for now

Browse files
Files changed (1) hide show
  1. src/page_selector.py +5 -1
src/page_selector.py CHANGED
@@ -14,8 +14,12 @@ MODE_PAGE_EXCLUSION_MAP = {
14
  SEASON_MODE: [
15
  "Keepers",
16
  "ECR",
 
 
 
 
 
17
  ],
18
- OFFSEASON_MODE: ["Practice_Reports"],
19
  }
20
 
21
 
 
14
  SEASON_MODE: [
15
  "Keepers",
16
  "ECR",
17
+ "League_Simulation",
18
+ ],
19
+ OFFSEASON_MODE: [
20
+ "Practice_Reports",
21
+ "League_Simulation",
22
  ],
 
23
  }
24
 
25