diff --git a/calcs_batter.py b/calcs_batter.py index 43fad5a..c05f080 100644 --- a/calcs_batter.py +++ b/calcs_batter.py @@ -198,7 +198,10 @@ class BattingCardRatingsModel(pydantic.BaseModel): 'flyout_rf_b': float(self.flyout_rf_b), 'groundout_a': float(self.groundout_a), 'groundout_b': float(self.groundout_b), - 'groundout_c': float(self.groundout_c) + 'groundout_c': float(self.groundout_c), + 'pull_rate': float(self.pull_rate), + 'center_rate': float(self.center_rate), + 'slap_rate': float(self.slap_rate) } # def total_chances(chance_data):