Jon Solow commited on
Commit
32dabd8
·
1 Parent(s): d0ba3db

Swap to remove my keepers page to show selections

Browse files
Files changed (1) hide show
  1. src/page_selector.py +2 -2
src/page_selector.py CHANGED
@@ -36,8 +36,8 @@ MODE_PAGE_EXCLUSION_MAP = {
36
  "Depth_Charts",
37
  "Admin_Simulation",
38
  # after keepers are selected, swap the following two
39
- "Selected_Keepers",
40
- # "My_Keepers",
41
  ],
42
  }
43
 
 
36
  "Depth_Charts",
37
  "Admin_Simulation",
38
  # after keepers are selected, swap the following two
39
+ # "Selected_Keepers",
40
+ "My_Keepers",
41
  ],
42
  }
43