We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
season_start
season_end
1 parent c5a3deb commit 897758eCopy full SHA for 897758e
2 files changed
src/baseball_stats_python/statcast/catcher_throwing.py
@@ -43,8 +43,9 @@ def catcher_throwing(
43
)
44
45
params = {
46
- 'gameType': game_type,
47
- 'season': season,
+ 'game_type': game_type,
+ 'season_start': season,
48
+ 'season_end': season,
49
'n': 0,
50
}
51
src/baseball_stats_python/statcast/runner_basestealing.py
@@ -65,7 +65,8 @@ def runner_basestealing(
65
66
67
'game_type': game_type,
68
69
70
71
'pitch_hand': get_hand_param_str(pitch_hand),
72
'prior_pk': get_prior_pk_param_str(prior_pk),
0 commit comments