From 183a331d018d50d217ac8cf2494a3bf30f41bd3d Mon Sep 17 00:00:00 2001 From: tkauffman42 <83241365+tkauffman42@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:11:08 -0400 Subject: [PATCH] Update constant.py Changed the OAK constant to LV --- espn_api/football/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espn_api/football/constant.py b/espn_api/football/constant.py index 893ec8c7..ec756ba7 100644 --- a/espn_api/football/constant.py +++ b/espn_api/football/constant.py @@ -57,7 +57,7 @@ 10: 'TEN', 11: 'IND', 12: 'KC', - 13: 'OAK', + 13: 'LV', 14: 'LAR', 15: 'MIA', 16: 'MIN',