Skip to content

Commit

Permalink
Update Attendance Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
KCNilssen committed Apr 3, 2024
1 parent e2bbf2e commit 68a0427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlbstatsapi/models/attendances/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ class AttendanceRecords:
gameshometotal: int
year: str
attendanceaverageytd: int
attendancetotal: int
gametype: Union[AttendenceGameType, dict]
team: Union[Team, dict]
attendancetotal: Optional[int] = None
attendanceaverageaway: Optional[int] = None
attendanceaveragehome: Optional[int] = None
attendancehigh: Optional[int] = None
Expand Down

0 comments on commit 68a0427

Please sign in to comment.