diff --git a/pokemongo_bot/__init__.py b/pokemongo_bot/__init__.py index 65e8e0ddbe..1c1fe04cf0 100644 --- a/pokemongo_bot/__init__.py +++ b/pokemongo_bot/__init__.py @@ -39,7 +39,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)