denis

Results 1 issues of denis

Tried on both Windows and Linux, when requesting for pokemons type, the API always answers something like this (instead of "fire"): ```python >>> import pokebase as pb >>> print(pb.pokemon('charmander').types) []...