Skip to content

Commit 06fa0da

Browse files
authored
updating leaderboard URL (#377)
1 parent fd6c4e4 commit 06fa0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybaseball/datasources/fangraphs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
stat_list_from_str, stat_list_to_str)
1212
from .html_table_processor import HTMLTableProcessor, RowIdFunction
1313

14-
_FG_LEADERS_URL = "/leaders.aspx"
14+
_FG_LEADERS_URL = "/leaders-legacy.aspx"
1515

1616
MIN_AGE = 0
1717
MAX_AGE = 100

0 commit comments

Comments
 (0)