kipyin / pokemaster

Checkout kipyin/pokemaster2 !
https://github.com/kipyin/pokemaster2
2 stars 2 forks source link

Use the species identifier as the argument, not the growth rate ID #6

Closed kipyin closed 5 years ago

kipyin commented 5 years ago

https://github.com/kipyin/pokemaster/blob/483930bf0ea65a79c335a4b84e3396842f3ae4f2/pokemaster/query.py#L93-L95

Change growth_rate_id to species_identifier will make this function much easier (and clearer) to use.