zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
44 stars 11 forks source link

Timezonefix #186

Closed KCNilssen closed 1 year ago

KCNilssen commented 1 year ago

Why

Periodic testing failed revealing a new attribute added to timezone in venue by the mlb api #185

What

This adds the missing attribute 'offsetatgametime' and handles the issue.

Tests

Passes all tests

Risk and impact