-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update day parameter in team.change_positions() to time_frame (#50)
Position change for NFL leagues requires week rather than date, see documentation below: ![image](https://github.com/user-attachments/assets/367b2221-148e-45ee-9585-cb1a5f871c47) This pull request replaces the day parameter with a more generic time_frame in the change_positions method in the Team class. This argument may be either a datetime.date or week number for use in NFL leagues. --------- Co-authored-by: Matt Spilchen <[email protected]>
- Loading branch information
1 parent
46526ce
commit 86889e3
Showing
4 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters