Update functions/pitch_summary_functions.py
Browse files
functions/pitch_summary_functions.py
CHANGED
|
@@ -922,6 +922,10 @@ def fangraphs_pitching_leaderboards(season: int,
|
|
| 922 |
The DataFrame containing the pitching leaderboards data.
|
| 923 |
"""
|
| 924 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 925 |
if start_date == f'{season}-01-01' and end_date == f'{season}-12-31':
|
| 926 |
|
| 927 |
url = f"""
|
|
|
|
| 922 |
The DataFrame containing the pitching leaderboards data.
|
| 923 |
"""
|
| 924 |
|
| 925 |
+
print("DATES")
|
| 926 |
+
print(start_date,end_date)
|
| 927 |
+
print(f'{season}-01-01',f'{season}-12-31')
|
| 928 |
+
|
| 929 |
if start_date == f'{season}-01-01' and end_date == f'{season}-12-31':
|
| 930 |
|
| 931 |
url = f"""
|