Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M.K committed Aug 27, 2016
1 parent ab4cf30 commit fb9b1cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pokemongo_bot/walkers/polyline_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def step(self):
cLat, cLng = self.polyline_walker.get_pos()
cAlt = self.polyline_walker.get_alt()
self.api.set_position(cLat, cLng, cAlt)
self.actual_pos = (cLat, cLng) # might be a case this instance is reused in the future...

self.bot.heartbeat()
return False

0 comments on commit fb9b1cd

Please sign in to comment.