We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6c4e4 commit 06fa0daCopy full SHA for 06fa0da
pybaseball/datasources/fangraphs.py
@@ -11,7 +11,7 @@
11
stat_list_from_str, stat_list_to_str)
12
from .html_table_processor import HTMLTableProcessor, RowIdFunction
13
14
-_FG_LEADERS_URL = "/leaders.aspx"
+_FG_LEADERS_URL = "/leaders-legacy.aspx"
15
16
MIN_AGE = 0
17
MAX_AGE = 100
0 commit comments