Jon Solow
commited on
Commit
·
0b5cb5d
1
Parent(s):
bde90a4
Update to week 3
Browse files- src/domain/playoffs.py +1 -1
src/domain/playoffs.py
CHANGED
@@ -34,7 +34,7 @@ PLAYOFF_WEEK_TO_NAME = {
|
|
34 |
4: "Super Bowl",
|
35 |
}
|
36 |
|
37 |
-
CURRENT_PLAYOFF_WEEK =
|
38 |
|
39 |
|
40 |
PLAYOFFS_TEAMS = {
|
|
|
34 |
4: "Super Bowl",
|
35 |
}
|
36 |
|
37 |
+
CURRENT_PLAYOFF_WEEK = 3
|
38 |
|
39 |
|
40 |
PLAYOFFS_TEAMS = {
|