|
|
@ -70,6 +70,7 @@ if __name__ == "__main__":
|
|
|
|
i = int(input("Choose pokemon: "))
|
|
|
|
i = int(input("Choose pokemon: "))
|
|
|
|
pokemon = pokemons[i]
|
|
|
|
pokemon = pokemons[i]
|
|
|
|
location = pokemon.location
|
|
|
|
location = pokemon.location
|
|
|
|
|
|
|
|
pokemon_lst.visit_pokemon(pokemon)
|
|
|
|
device.spoof_gps(location)
|
|
|
|
device.spoof_gps(location)
|
|
|
|
did_activity = None
|
|
|
|
did_activity = None
|
|
|
|
print("Spoof to")
|
|
|
|
print("Spoof to")
|
|
|
|