zero-sum-seattle / python-mlb-statsapi

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

Fixes Issue #216 parentteamid player attribute issue #217

Closed KCNilssen closed 3 weeks ago

KCNilssen commented 3 weeks ago

Why

Issue with Michael Mercado not having a parent team id present in his roster information.

What

This fixes that issue by making the parentteamid attribute for the Player class optional.

Tests

Tests ran and passed

Risk and impact