Jon Solow commited on
Commit
dafc5b6
·
1 Parent(s): 6c9ae0f

Enable week 7

Browse files
src/pages/80_Maximum_Roster_Strategy.py CHANGED
@@ -9,7 +9,7 @@ from maximum_roster_strategy import data_loader
9
 
10
 
11
  MINIMUM_WEEK = 6
12
- MAXIMUM_WEEK = 6
13
 
14
  MIN_TIER = 1
15
  MAX_TIER = 4
 
9
 
10
 
11
  MINIMUM_WEEK = 6
12
+ MAXIMUM_WEEK = 7
13
 
14
  MIN_TIER = 1
15
  MAX_TIER = 4