Skip to content

Commit

Permalink
Removing extra arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
elicwhite committed Jul 25, 2016
1 parent 9f012c9 commit fb2cca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/move_to_fort_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def work(self):
)

while True:
if step_walker.step(self.config.walk, *position[0:2]):
if step_walker.step():
break

else:
Expand Down

0 comments on commit fb2cca3

Please sign in to comment.