PokeAPI / pokebase

Python 3 wrapper for Pokéapi v2
BSD 3-Clause "New" or "Revised" License
286 stars 53 forks source link

Change hyphens in pokemon sprites resource to underscores #33

Closed C-Garza closed 2 years ago

C-Garza commented 2 years ago

Should resolve #32.

The sprites object in the pokemon resource has hyphens in some of the keys which python can't use when chaining. This PR changes the hyphens - in those keys to underscores _.