Jon Solow
commited on
Commit
·
0831277
1
Parent(s):
78eabe2
Remove maybe teams
Browse files- src/domain/playoffs.py +6 -6
src/domain/playoffs.py
CHANGED
@@ -45,14 +45,14 @@ PLAYOFFS_TEAMS = {
|
|
45 |
# teams.new_england_patriots.rosters_short_name,
|
46 |
# teams.new_york_jets.rosters_short_name,
|
47 |
teams.baltimore_ravens.rosters_short_name,
|
48 |
-
teams.cincinnati_bengals.rosters_short_name,
|
49 |
# teams.cleveland_browns.rosters_short_name,
|
50 |
teams.pittsburgh_steelers.rosters_short_name,
|
51 |
teams.houston_texans.rosters_short_name,
|
52 |
# teams.indianapolis_colts.rosters_short_name,
|
53 |
# teams.jacksonville_jaguars.rosters_short_name,
|
54 |
# teams.tennessee_titans.rosters_short_name,
|
55 |
-
teams.denver_broncos.rosters_short_name,
|
56 |
teams.kansas_city_chiefs.rosters_short_name,
|
57 |
# teams.las_vegas_raiders.rosters_short_name,
|
58 |
teams.los_angeles_chargers.rosters_short_name,
|
@@ -64,14 +64,14 @@ PLAYOFFS_TEAMS = {
|
|
64 |
teams.detroit_lions.rosters_short_name,
|
65 |
teams.green_bay_packers.rosters_short_name,
|
66 |
teams.minnesota_vikings.rosters_short_name,
|
67 |
-
teams.atlanta_falcons.rosters_short_name,
|
68 |
# teams.carolina_panthers.rosters_short_name,
|
69 |
# teams.new_orleans_saints.rosters_short_name,
|
70 |
-
teams.tampa_bay_buccaneers.rosters_short_name,
|
71 |
# teams.arizona_cardinals.rosters_short_name,
|
72 |
-
teams.los_angeles_rams.rosters_short_name,
|
73 |
# teams.san_francisco_49ers.rosters_short_name,
|
74 |
-
teams.seattle_seahawks.rosters_short_name,
|
75 |
],
|
76 |
2: [],
|
77 |
3: [],
|
|
|
45 |
# teams.new_england_patriots.rosters_short_name,
|
46 |
# teams.new_york_jets.rosters_short_name,
|
47 |
teams.baltimore_ravens.rosters_short_name,
|
48 |
+
# teams.cincinnati_bengals.rosters_short_name,
|
49 |
# teams.cleveland_browns.rosters_short_name,
|
50 |
teams.pittsburgh_steelers.rosters_short_name,
|
51 |
teams.houston_texans.rosters_short_name,
|
52 |
# teams.indianapolis_colts.rosters_short_name,
|
53 |
# teams.jacksonville_jaguars.rosters_short_name,
|
54 |
# teams.tennessee_titans.rosters_short_name,
|
55 |
+
# teams.denver_broncos.rosters_short_name,
|
56 |
teams.kansas_city_chiefs.rosters_short_name,
|
57 |
# teams.las_vegas_raiders.rosters_short_name,
|
58 |
teams.los_angeles_chargers.rosters_short_name,
|
|
|
64 |
teams.detroit_lions.rosters_short_name,
|
65 |
teams.green_bay_packers.rosters_short_name,
|
66 |
teams.minnesota_vikings.rosters_short_name,
|
67 |
+
# teams.atlanta_falcons.rosters_short_name,
|
68 |
# teams.carolina_panthers.rosters_short_name,
|
69 |
# teams.new_orleans_saints.rosters_short_name,
|
70 |
+
# teams.tampa_bay_buccaneers.rosters_short_name,
|
71 |
# teams.arizona_cardinals.rosters_short_name,
|
72 |
+
# teams.los_angeles_rams.rosters_short_name,
|
73 |
# teams.san_francisco_49ers.rosters_short_name,
|
74 |
+
# teams.seattle_seahawks.rosters_short_name,
|
75 |
],
|
76 |
2: [],
|
77 |
3: [],
|