tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

fix spiral poi search example #75

Closed john-best closed 8 years ago

john-best commented 8 years ago

The example was erroring out trying to parse the dict, which now includes binary data. Fixed by using pprint like in pokecli.py

also there was an tab indent in the middle of all the space indents for some reason

tejado commented 8 years ago

Great, thanks. Didnt tested out the example.