feat: update visited to main

main
Khiem Ton 2 years ago
parent bfb6d83d06
commit 8b666b9c77
Signed by: th4tkh13m
GPG Key ID: 4D9CF147DCADD05D

@ -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")

Loading…
Cancel
Save