Skip to content

Commit

Permalink
Decouple hb from step walker (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohje authored and solderzzc committed Sep 8, 2016
1 parent d19e3d4 commit 815862a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pokemongo_bot/walkers/step_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def step(self, speed=None):
"distance": "",
"distance_unit": ""})

self.bot.heartbeat()

return self.is_arrived()

def is_arrived(self):
Expand Down

0 comments on commit 815862a

Please sign in to comment.