Starting new HTTPS connection (1): android.clients.google.com
Starting new HTTPS connection (1): android.clients.google.com
Coordinates: 44.977753 -93.2650108 0.0
Starting new HTTPS connection (1): pgorelease.nianticlabs.com
Traceback (most recent call last):
File "C:\Users\admin\Desktop\pokemongo-api-master\pokeIV.py", line 239, in <module>
main()
File "C:\Users\admin\Desktop\pokemongo-api-master\pokeIV.py", line 210, in main
data = PokemonData(pokemon, candy, pokedex, family, cost, config)
File "C:\Users\admin\Desktop\pokemongo-api-master\pokemondata.py", line 143, in
__init__
self.set_best()
File "C:\Users\admin\Desktop\pokemongo-api-master\pokemondata.py", line 39, in set_best
elif self["config"].cp_override is not None and self["config"].cp_override >
0 and int(p.cp) >= int(self["config"].cp_override):
TypeError: unorderable types: str() > int()