diff --git a/crackerjack/fetch_standings.py b/crackerjack/fetch_standings.py index 227f613..8dcf182 100644 --- a/crackerjack/fetch_standings.py +++ b/crackerjack/fetch_standings.py @@ -96,6 +96,7 @@ def run_standings(): "wins": wins_team, "losses": losses_team, "wpct": wpct_team, + "gb": gb_team, "wcgb": wcgb_team, "streak": streak_team, "lg_id": lg_id, @@ -129,6 +130,7 @@ def run_standings(): "wins": "W", "losses": "L", "wpct": "PCT", + "gb": "GB", "wcgb": "WCGB", "streak": "STK", "rs_team": "RS", @@ -145,10 +147,11 @@ def run_standings(): "W": 3, "L": 3, "PCT": 5, + "GB": 4, "WCGB": 5, "STK": 3, - "RS": 4, - "RA": 4, + # "RS": 4, + # "RA": 4, "RD": 4, # "DIV": 10, # "RK DIV": 6,