Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #452: BR URLs updated to https from http to avoid 503 results #453

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

blue-shoes
Copy link

@blue-shoes blue-shoes commented Sep 8, 2024

Closes #452. Closes #451

@@ -102,3 +102,5 @@ def bwar_bat(return_all: bool = False) -> pd.DataFrame:
'pitcher','G', 'PA', 'salary', 'runs_above_avg', 'runs_above_avg_off','runs_above_avg_def',
'WAR_rep','WAA','WAR']
return c[cols_to_keep]

print(batting_stats_range())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed in additional commit

@mlinenweber
Copy link

FYI: You can link the issues by using one of the keywords in the PR description. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue

@blue-shoes
Copy link
Author

Edited PR comment to close issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All Baseball-Reference queries return 503 error schedule_and_record no longer works
2 participants