Justin Marquez

Results 3 comments of Justin Marquez

Check out issue #46, it seems to be related to the cache that was created when you began making requests to the API. Deleting the cache will allow you to...

One way to get around this is to use `getattr`. For this example, you could get around it by saying ``` import pokebase as pb pikachu = pb.pokemon("pikachu") pikachu_sprite =...

I think that's definitely a fair point - and it looks like the API doesn't have entries for the Japanese versions of Red and Blue as well. There were some...