Jon Solow
commited on
Commit
·
02ac7f2
1
Parent(s):
5cfd606
Set teams in divisional round
Browse files- src/domain/playoffs.py +10 -1
src/domain/playoffs.py
CHANGED
@@ -51,7 +51,16 @@ PLAYOFFS_TEAMS = {
|
|
51 |
teams.pittsburgh_steelers.rosters_short_name,
|
52 |
teams.green_bay_packers.rosters_short_name,
|
53 |
],
|
54 |
-
2: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
3: [],
|
56 |
4: [],
|
57 |
}
|
|
|
51 |
teams.pittsburgh_steelers.rosters_short_name,
|
52 |
teams.green_bay_packers.rosters_short_name,
|
53 |
],
|
54 |
+
2: [
|
55 |
+
teams.baltimore_ravens.rosters_short_name,
|
56 |
+
teams.kansas_city_chiefs.rosters_short_name,
|
57 |
+
teams.houston_texans.rosters_short_name,
|
58 |
+
teams.san_francisco_49ers.rosters_short_name,
|
59 |
+
teams.detroit_lions.rosters_short_name,
|
60 |
+
teams.tampa_bay_buccaneers.rosters_short_name,
|
61 |
+
teams.buffalo_bills.rosters_short_name,
|
62 |
+
teams.green_bay_packers.rosters_short_name,
|
63 |
+
],
|
64 |
3: [],
|
65 |
4: [],
|
66 |
}
|