Skip to content

Commit

Permalink
Merge pull request #5495 from Gobberwart/dev_release_ivcp
Browse files Browse the repository at this point in the history
Return True removed
  • Loading branch information
Gobberwart authored Sep 17, 2016
2 parents 565c833 + 5d3148e commit 86b889a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pokemongo_bot/cell_workers/transfer_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def work(self):
self._release_pokemon_worst_in_group(group, 'all')

def _should_work(self):
return True
random_number = randrange (0,20,1)
return inventory.Pokemons.get_space_left() <= self.min_free_slot - random_number

Expand Down

0 comments on commit 86b889a

Please sign in to comment.