diff --git a/pokemongo_bot/__init__.py b/pokemongo_bot/__init__.py index b8d0d0b973..acd0c22a01 100644 --- a/pokemongo_bot/__init__.py +++ b/pokemongo_bot/__init__.py @@ -34,7 +34,7 @@ def start(self): def take_step(self): location = self.navigator.take_step() - cells = self.find_close_cells(*location[0:2]) + cells = self.find_close_cells(*self.position[0:2]) for cell in cells: self.work_on_cell(cell, location)