Skip to content

Commit

Permalink
updating leaderboard URL (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
corleymj committed Aug 17, 2023
1 parent fd6c4e4 commit 06fa0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybaseball/datasources/fangraphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
stat_list_from_str, stat_list_to_str)
from .html_table_processor import HTMLTableProcessor, RowIdFunction

_FG_LEADERS_URL = "/leaders.aspx"
_FG_LEADERS_URL = "/leaders-legacy.aspx"

MIN_AGE = 0
MAX_AGE = 100
Expand Down

0 comments on commit 06fa0da

Please sign in to comment.