diff --git a/pokemongo_bot/cell_workers/pokemon_catch_worker.py b/pokemongo_bot/cell_workers/pokemon_catch_worker.py index 9c7a0d67aa..edd2da894e 100644 --- a/pokemongo_bot/cell_workers/pokemon_catch_worker.py +++ b/pokemongo_bot/cell_workers/pokemon_catch_worker.py @@ -333,8 +333,6 @@ def _get_catch_config_for(self, pokemon): catch_config = self.config.catch.get(pokemon) if not catch_config: catch_config = self.config.catch.get('any') - if not catch_config: - catch_config = {} return catch_config def should_release_pokemon(self, pokemon_name, cp, iv, response_dict):