Skip to content

Commit

Permalink
Fix typo: last_long -> last_lon
Browse files Browse the repository at this point in the history
  • Loading branch information
bixuanzju committed Aug 8, 2016
1 parent 95902d6 commit 5ea617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/move_to_map_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def _teleport_back(self):
self.emit_event(
'move_to_map_pokemon_teleport_back',
formatted=('Teleporting back to previous location ({last_lat}, '
'{last_long})'),
'{last_lon})'),
data={'last_lat': last_position[0], 'last_lon': last_position[1]}
)
self.bot.api.set_position(last_position[0], last_position[1], 0)
Expand Down

0 comments on commit 5ea617e

Please sign in to comment.