diff --git a/pokemongo_bot/cell_workers/pokemon_catch_worker.py b/pokemongo_bot/cell_workers/pokemon_catch_worker.py index 345fcabc7e..3b2092e535 100644 --- a/pokemongo_bot/cell_workers/pokemon_catch_worker.py +++ b/pokemongo_bot/cell_workers/pokemon_catch_worker.py @@ -251,7 +251,7 @@ def _use_berry(self, berry_id, berry_count, encounter_id, catch_rate_by_ball, cu data={ 'berry_name': self.item_list[str(berry_id)], 'ball_name': self.item_list[str(current_ball)], - 'new_catch_rate': self._pct(catch_rate_by_ball[current_ball]) + 'new_catch_rate': self._pct(new_catch_rate_by_ball[current_ball]) } )